Skip to content

Commit a847431

Browse files
committed
skip only mt test
1 parent 41e0ef8 commit a847431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313

1414

1515
@pytest.mark.parametrize("n_threads", [0, 4])
16-
@pytest.mark.skip(reason="This test is not working atm")
1716
def test_awkward_primaries(n_threads):
17+
if n_threads > 0:
18+
pytest.skip("Not working for MT right now")
1819
# numpy random seed
1920
np.random.seed(1234)
2021

0 commit comments

Comments
 (0)