File tree 2 files changed +4
-2
lines changed
tests/BenchmarkDotNet.Tests/Validators
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
namespace BenchmarkDotNet . Tests . Validators
12
12
{
13
- [ Collection ( "Disable parallelism due to a bug: https://github.com/xunit/xunit/issues/2587" ) ]
13
+ // xUnit bug: https://github.com/xunit/xunit/issues/2587"
14
+ [ Collection ( "Disable parallelism" ) ]
14
15
public class ExecutionValidatorTests
15
16
{
16
17
[ Fact ]
Original file line number Diff line number Diff line change 11
11
12
12
namespace BenchmarkDotNet . Tests . Validators
13
13
{
14
- [ Collection ( "Disable parallelism due to a bug: https://github.com/xunit/xunit/issues/2587" ) ]
14
+ // xUnit bug: https://github.com/xunit/xunit/issues/2587"
15
+ [ Collection ( "Disable parallelism" ) ]
15
16
public class ReturnValueValidatorTests
16
17
{
17
18
private const string ErrorMessagePrefix = "Inconsistent benchmark return values" ;
You can’t perform that action at this time.
0 commit comments