From eb72ddde3b51e67996166a4975bcee7d4b5cda60 Mon Sep 17 00:00:00 2001 From: tiif Date: Sun, 8 Dec 2024 19:45:16 +0800 Subject: [PATCH] task: run `spawn_pinned` tests with miri (#7023) --- tokio-util/tests/spawn_pinned.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tokio-util/tests/spawn_pinned.rs b/tokio-util/tests/spawn_pinned.rs index 110fdab0a..e05b4095e 100644 --- a/tokio-util/tests/spawn_pinned.rs +++ b/tokio-util/tests/spawn_pinned.rs @@ -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;