Skip to content

Commit 8fddc56

Browse files
committed
Move link to comment
1 parent 8495965 commit 8fddc56

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/BenchmarkDotNet.Tests/Validators/ExecutionValidatorTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
namespace 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]

tests/BenchmarkDotNet.Tests/Validators/ReturnValueValidatorTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
namespace 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";

0 commit comments

Comments
 (0)