We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e35c1 commit 29545d9Copy full SHA for 29545d9
tokio/tests/rt_threaded_alt.rs
@@ -37,6 +37,7 @@ fn single_thread() {
37
}
38
39
#[test]
40
+#[ignore] // https://github.com/tokio-rs/tokio/issues/5995
41
fn many_oneshot_futures() {
42
// used for notifying the main thread
43
const NUM: usize = 1_000;
0 commit comments