metrics: ignore worker_steal_count test (#6471)

This commit is contained in:
Alice Ryhl 2024-04-07 16:30:33 +02:00 committed by GitHub
parent 431b7c5263
commit 5712aaf995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
//