Skip to content

Commit 6249cf5

Browse files
committed
Skip flaky test test_parallel_sampling.py::test_abort
1 parent 211165e commit 6249cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/tests/test_parallel_sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_remote_pipe_closed():
8787
pm.sample(step=step, mp_ctx="spawn", tune=2, draws=2, cores=2, chains=2)
8888

8989

90-
@pytest.mark.xfail(reason="Unclear")
90+
@pytest.mark.skip(reason="Unclear")
9191
@pytest.mark.parametrize("mp_start_method", ["spawn", "fork"])
9292
def test_abort(mp_start_method):
9393
with pm.Model() as model:

0 commit comments

Comments
 (0)