Skip to content

Commit

Permalink
metrics: ignore worker_steal_count test (#6471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Apr 7, 2024
1 parent 431b7c5 commit 5712aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/tests/rt_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ fn worker_noop_count() {
}

#[test]
#[ignore] // this test is flaky, see https://github.com/tokio-rs/tokio/issues/6470
fn worker_steal_count() {
// This metric only applies to the multi-threaded runtime.
//
Expand Down

0 comments on commit 5712aaf

Please sign in to comment.