Skip to content

Commit f19d68f

Browse files
committed
poll_fns test has been fixed in Miri
1 parent cae083a commit f19d68f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tokio/tests/io_async_fd.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,6 @@ async fn multiple_waiters() {
479479
}
480480

481481
#[tokio::test]
482-
// Block on https://github.com/rust-lang/miri/issues/4374
483-
#[cfg_attr(miri, ignore)]
484482
async fn poll_fns() {
485483
let (a, b) = socketpair();
486484
let afd_a = Arc::new(AsyncFd::new(a).unwrap());

0 commit comments

Comments
 (0)