Skip to content

Commit d9785cc

Browse files
committed
Ignore concurrency tests
1 parent 2dca64d commit d9785cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/thread_pool.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use std::time::Instant;
77

88
// Test for slow joins without task bursts during joins.
99
#[test]
10+
#[ignore]
1011
fn slow_join() {
1112
let thread_join_time_max = 11_000;
1213
let start = Instant::now();
@@ -50,6 +51,7 @@ fn slow_join() {
5051

5152
// Test for slow joins with task burst.
5253
#[test]
54+
#[ignore]
5355
fn slow_join_interrupted() {
5456
let thread_join_time_max = 2_000;
5557
let start = Instant::now();

0 commit comments

Comments
 (0)