Skip to content

Commit

Permalink
Removed a skip (it should no longer be flaky).
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Apr 24, 2024
1 parent 07d4c4c commit 9476e9b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ public class NonAllocatingAsynchronousBenchmarks
[Trait(Constants.Category, Constants.BackwardCompatibilityCategory)]
public void AwaitingTasksShouldNotInterfereAllocationResults(IToolchain toolchain)
{
if (toolchain.IsInProcess)
{
return; // it's flaky: https://github.com/dotnet/BenchmarkDotNet/issues/1925
}

AssertAllocations(toolchain, typeof(NonAllocatingAsynchronousBenchmarks), new Dictionary<string, long>
{
{ nameof(NonAllocatingAsynchronousBenchmarks.CompletedTask), 0 },
Expand Down

0 comments on commit 9476e9b

Please sign in to comment.