Skip to content

Commit

Permalink
Fixed flaky test for atomic coroutine scope
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Nov 8, 2024
1 parent 0aac6ed commit fc3983c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class AtomicCoroutineScopeTest {
}
}

Assert.assertFalse(atomicCoroutineScope.finishedProcessing)
assertWaiter { deferredResults.size == 1_00_000 }

deferredResults.awaitAll()
Expand Down

0 comments on commit fc3983c

Please sign in to comment.