Skip to content

Commit

Permalink
Work around the nUnit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorStepanov committed Oct 14, 2022
1 parent ce1b1cd commit ab54ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

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

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

0 comments on commit ab54ca8

Please sign in to comment.