mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Avoid the really slow test under miri
This commit is contained in:
parent
d80e3f876e
commit
4ade408d30
|
@ -1133,6 +1133,7 @@ mod test {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(not(miri))] // takes way too long to run under miri
|
||||||
#[test]
|
#[test]
|
||||||
fn extreme_case() {
|
fn extreme_case() {
|
||||||
use rand::SeedableRng;
|
use rand::SeedableRng;
|
||||||
|
|
Loading…
Reference in a new issue