Skip to content

Commit ae70b17

Browse files
committed
exclude scoped pool from miri as it fails
1 parent 14758fb commit ae70b17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runner/implementations/tests/scoped_pool.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const N: [usize; 2] = [37, 125];
88
#[cfg(not(miri))]
99
const N: [usize; 2] = [1025, 4735];
1010

11+
// `scoped_pool::Pool::new(nt)` fails miri test
12+
#[cfg(not(miri))]
1113
#[test_matrix(
1214
[0, 1, N[0], N[1]],
1315
[1, 4],

0 commit comments

Comments
 (0)