Skip to content

Commit

Permalink
Disabled flaky test on non-windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Apr 29, 2024
1 parent 647a8d0 commit 41ec2bc
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -233,7 +233,8 @@ public byte[] SixtyFourBytesArray()
}
}

[TheoryEnvSpecific("Full Framework cannot measure precisely enough for low invocation counts.", EnvRequirement.DotNetCoreOnly), MemberData(nameof(GetToolchains))]
[TheoryEnvSpecific("Full Framework cannot measure precisely enough for low invocation counts. This test is flaky on Linux and MacOS",
EnvRequirement.DotNetCoreOnly, EnvRequirement.WindowsOnly), MemberData(nameof(GetToolchains))]
[Trait(Constants.Category, Constants.BackwardCompatibilityCategory)]
public void AllocationQuantumIsNotAnIssueForNetCore21Plus(IToolchain toolchain)
{
Expand Down

0 comments on commit 41ec2bc

Please sign in to comment.