Remove xfail marker from test_runs_twice_xdist
Apperently it does not hang, let's see how it fares on CI
This commit is contained in:
parent
ba76080b59
commit
ba72b480b9
|
@ -1221,7 +1221,6 @@ def test_runs_twice(testdir, run_and_parse):
|
|||
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(
|
||||
|
|
Loading…
Reference in New Issue