Skip to content

Commit

Permalink
Fix flaky spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Apr 20, 2021
1 parent 6422da1 commit c34b2a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Akka.Tests/Actor/Dispatch/Bug2640Spec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public async Task ForkJoinExecutorShouldShutdownUponActorSystemTermination()

threads = ReceiveN(100).Cast<Thread>().GroupBy(x => x.ManagedThreadId)
.ToDictionary(x => x.Key, grouping => grouping.First());
threads.Count.Should().Be(4, "Expected 4 distinct threads in this example");

await Sys.Terminate();
AwaitAssert(() =>
Expand Down

0 comments on commit c34b2a6

Please sign in to comment.