From 0e4cd12d2fe6f42c8de6a99d9f41c61421620736 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sun, 7 Apr 2024 11:36:59 +0200 Subject: [PATCH] metrics: ignore `worker_steal_count` test --- 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. //