Skip to content

Commit

Permalink
task: run spawn_pinned tests with miri (#7023)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiif authored Dec 8, 2024
1 parent dc16b12 commit eb72ddd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tokio-util/tests/spawn_pinned.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#![warn(rust_2018_idioms)]
#![cfg(not(target_os = "wasi"))] // Wasi doesn't support threads
// Blocked on https://github.com/rust-lang/miri/issues/3911
#![cfg(not(miri))]

use std::rc::Rc;
use std::sync::Arc;
Expand Down

0 comments on commit eb72ddd

Please sign in to comment.