Skip to content

Commit

Permalink
Skip flaky test test_parallel_sampling.py::test_abort
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Aug 19, 2021
1 parent 211165e commit 6249cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/tests/test_parallel_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_remote_pipe_closed():
pm.sample(step=step, mp_ctx="spawn", tune=2, draws=2, cores=2, chains=2)


@pytest.mark.xfail(reason="Unclear")
@pytest.mark.skip(reason="Unclear")
@pytest.mark.parametrize("mp_start_method", ["spawn", "fork"])
def test_abort(mp_start_method):
with pm.Model() as model:
Expand Down

0 comments on commit 6249cf5

Please sign in to comment.