File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/BenchmarkDotNet.Tests/Validators Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010
1111namespace BenchmarkDotNet . Tests . Validators
1212{
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" ) ]
1415 public class ExecutionValidatorTests
1516 {
1617 [ Fact ]
Original file line number Diff line number Diff line change 1111
1212namespace BenchmarkDotNet . Tests . Validators
1313{
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" ) ]
1516 public class ReturnValueValidatorTests
1617 {
1718 private const string ErrorMessagePrefix = "Inconsistent benchmark return values" ;
You can’t perform that action at this time.
0 commit comments