Skip to content

Commit 2c89c3f

Browse files
committed
Make the test more robust.
When running `sus --verbose`, the expectation can be a context switch.
1 parent 751b6aa commit 2c89c3f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/async/notification.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
expect(task.status).to be == :running
3333

34-
sequence << :yielding
3534
reactor.yield
3635
task.wait
3736
sequence << :finished
@@ -42,7 +41,6 @@
4241
:waiting,
4342
:running,
4443
:signalled,
45-
:yielding,
4644
:resumed,
4745
:finished
4846
]

0 commit comments

Comments
 (0)