Skip to content

Commit

Permalink
Move link to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorStepanov committed Oct 21, 2022
1 parent ab54ca8 commit b19c33b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

namespace BenchmarkDotNet.Tests.Validators
{
[Collection("Disable parallelism due to a bug: https://github.com/xunit/xunit/issues/2587")]
// xUnit bug: https://github.com/xunit/xunit/issues/2587"
[Collection("Disable parallelism")]
public class ExecutionValidatorTests
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

namespace BenchmarkDotNet.Tests.Validators
{
[Collection("Disable parallelism due to a bug: https://github.com/xunit/xunit/issues/2587")]
// xUnit bug: https://github.com/xunit/xunit/issues/2587"
[Collection("Disable parallelism")]
public class ReturnValueValidatorTests
{
private const string ErrorMessagePrefix = "Inconsistent benchmark return values";
Expand Down

0 comments on commit b19c33b

Please sign in to comment.