mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
069c329209
Remove two more flaky assertions from `oneshot` tests These elapsed-time-upper-bound assertions are inherently flaky in CI, because CI runners will sometimes starve individual threads for a surprisingly long time, so the assertions can fail even if nothing went wrong. Similar changes for other flaky `oneshot` tests: - https://github.com/rust-lang/rust/pull/152145 - https://github.com/rust-lang/rust/pull/152648 Example flaky failure: - https://github.com/rust-lang/rust/pull/152747#issuecomment-3929166655