Skip to content

Commit b19c33b

Browse files
committed
Move link to comment
1 parent ab54ca8 commit b19c33b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/BenchmarkDotNet.Tests/Validators/ExecutionValidatorTests.cs

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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)