Skip to content

Commit 41ec2bc

Browse files
committed
Disabled flaky test on non-windows.
1 parent 647a8d0 commit 41ec2bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/MemoryDiagnoserTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ public byte[] SixtyFourBytesArray()
233233
}
234234
}
235235

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

0 commit comments

Comments
 (0)