Skip to content

Commit

Permalink
Remove xfail marker from test_runs_twice_xdist
Browse files Browse the repository at this point in the history
Apperently it does not hang, let's see how it fares on CI
  • Loading branch information
nicoddemus committed Aug 9, 2019
1 parent ba76080 commit ba72b48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/test_junitxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,6 @@ def test_pass():
assert first == second


@pytest.mark.xfail(reason="hangs", run=False)
def test_runs_twice_xdist(testdir, run_and_parse):
pytest.importorskip("xdist")
f = testdir.makepyfile(
Expand Down

0 comments on commit ba72b48

Please sign in to comment.