Skip to content

Commit

Permalink
runtime: ignore many_oneshot_futures test for alt scheduler (#6712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Jul 23, 2024
1 parent 48e35c1 commit 29545d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/tests/rt_threaded_alt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 29545d9

Please sign in to comment.