From 29545d90370d925a7264ff8636013ee6bf1760e6 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 23 Jul 2024 14:35:20 +0000 Subject: [PATCH] runtime: ignore many_oneshot_futures test for alt scheduler (#6712) --- tokio/tests/rt_threaded_alt.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tokio/tests/rt_threaded_alt.rs b/tokio/tests/rt_threaded_alt.rs index 33af45e68..7d723605a 100644 --- a/tokio/tests/rt_threaded_alt.rs +++ b/tokio/tests/rt_threaded_alt.rs @@ -37,6 +37,7 @@ fn single_thread() { } #[test] +#[ignore] // https://github.com/tokio-rs/tokio/issues/5995 fn many_oneshot_futures() { // used for notifying the main thread const NUM: usize = 1_000;