Skip to content

Commit

Permalink
Disabled flaky test.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Apr 29, 2024
1 parent 647a8d0 commit 48c5591
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -233,7 +233,9 @@ 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.", EnvRequirement.DotNetCoreOnly), MemberData(nameof(GetToolchains),
Skip = "Some random background allocations are occurring that we haven't been able to figure out, causing this test in particular to be flaky." +
" Other tests likely also suffer from it, but their high invocation counts successfully drown it out. #2562")]
[Trait(Constants.Category, Constants.BackwardCompatibilityCategory)]
public void AllocationQuantumIsNotAnIssueForNetCore21Plus(IToolchain toolchain)
{
Expand Down

0 comments on commit 48c5591

Please sign in to comment.