Skip to content

Commit 9476e9b

Browse files
committed
Removed a skip (it should no longer be flaky).
1 parent 07d4c4c commit 9476e9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/BenchmarkDotNet.IntegrationTests/MemoryDiagnoserTests.cs

-5
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@ public class NonAllocatingAsynchronousBenchmarks
186186
[Trait(Constants.Category, Constants.BackwardCompatibilityCategory)]
187187
public void AwaitingTasksShouldNotInterfereAllocationResults(IToolchain toolchain)
188188
{
189-
if (toolchain.IsInProcess)
190-
{
191-
return; // it's flaky: https://github.com/dotnet/BenchmarkDotNet/issues/1925
192-
}
193-
194189
AssertAllocations(toolchain, typeof(NonAllocatingAsynchronousBenchmarks), new Dictionary<string, long>
195190
{
196191
{ nameof(NonAllocatingAsynchronousBenchmarks.CompletedTask), 0 },

0 commit comments

Comments
 (0)