Skip to content

Commit abffa81

Browse files
committed
Fix various race conditions in test with io_uring.
1 parent b6c5fe5 commit abffa81

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
sequence << :finished
3736

@@ -41,7 +40,6 @@
4140
:waiting,
4241
:running,
4342
:signalled,
44-
:yielding,
4543
:resumed,
4644
:finished
4745
]

0 commit comments

Comments
 (0)