Avoid the really slow test under miri

This commit is contained in:
Gwilym Inzani 2023-04-23 17:43:30 +01:00
parent d80e3f876e
commit 4ade408d30

View file

@ -1133,6 +1133,7 @@ mod test {
}
}
#[cfg(not(miri))] // takes way too long to run under miri
#[test]
fn extreme_case() {
use rand::SeedableRng;