You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, WorkerQueueTest is reliant on delays, which are notoriously flakey (see #890).
We should make it so that the test no longer relies on delays to make the test pass. We should also take the opportunity to use the runTest coroutine scope for the tests.
The text was updated successfully, but these errors were encountered:
AndyTWF
added
the
testing
Includes all kinds of automated tests, the way that we run them and the infrastructure around them.
label
Jan 11, 2023
At the moment, WorkerQueueTest is reliant on delays, which are notoriously flakey (see #890).
We should make it so that the test no longer relies on delays to make the test pass. We should also take the opportunity to use the
runTest
coroutine scope for the tests.The text was updated successfully, but these errors were encountered: