Closed
Description
As part of our CI we run "cargotest" on a variety of ecosystem crates, making sure they successfully build and run tests.
Unfortunately, some of use stochastic tests like quickcheck, which means that a crate passing our CI one day may not necessarily mean it passes CI the next. Perhaps we should audit the tests being run and filter out ones like these?
See #73511 (comment) and BurntSushi/xsv#227
cc @rust-lang/release