From 5712aaf995b244226aff78ed4a13bf6c9105f3ab Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sun, 7 Apr 2024 16:30:33 +0200 Subject: [PATCH] metrics: ignore `worker_steal_count` test (#6471) --- tokio/tests/rt_metrics.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tokio/tests/rt_metrics.rs b/tokio/tests/rt_metrics.rs index ec4856cb5c2..4dfed06fed4 100644 --- a/tokio/tests/rt_metrics.rs +++ b/tokio/tests/rt_metrics.rs @@ -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. //