mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
runtime: ignore many_oneshot_futures test for alt scheduler (#6712)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user