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