ignore expensive tests without much added value

This commit is contained in:
Christof Petig 2022-04-02 12:25:36 +02:00
parent 2f7c50281f
commit 5f5ebeecfe

View File

@ -462,6 +462,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_economy0() {
init();
let threadpool = rayon::ThreadPoolBuilder::new().build().unwrap();
@ -484,6 +485,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_economy1() {
init();
let threadpool = rayon::ThreadPoolBuilder::new().build().unwrap();