We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e0ef8 commit a847431Copy full SHA for a847431
1 file changed
tests/test_run.py
@@ -13,8 +13,9 @@
13
14
15
@pytest.mark.parametrize("n_threads", [0, 4])
16
-@pytest.mark.skip(reason="This test is not working atm")
17
def test_awkward_primaries(n_threads):
+ if n_threads > 0:
18
+ pytest.skip("Not working for MT right now")
19
# numpy random seed
20
np.random.seed(1234)
21
0 commit comments