mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02:00
metrics: ignore worker_steal_count test (#6471)
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user