Files
rust/library/std
Matthias Krüger 069c329209 Rollup merge of #152878 - Zalathar:oneshot, r=workingjubilee
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
2026-02-21 13:03:29 +01:00
..
2026-02-15 18:00:41 +00:00