runtime: ignore many_oneshot_futures test for alt scheduler (#6712)

This commit is contained in:
Alice Ryhl
2024-07-23 16:35:20 +02:00
committed by GitHub
parent 48e35c11d9
commit 29545d9037
+1
View File
@@ -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;