mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
Avoid the really slow test under miri
This commit is contained in:
parent
d80e3f876e
commit
4ade408d30
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue