Skip to content

Commit 57aa3ac

Browse files
committed
Remove xfail marker from test_runs_twice_xdist
Apperently it does not hang, let's see how it fares on CI
1 parent c506c81 commit 57aa3ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/test_junitxml.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,6 @@ def test_pass():
12171217
assert first == second
12181218

12191219

1220-
@pytest.mark.xfail(reason="hangs", run=False)
12211220
def test_runs_twice_xdist(testdir, run_and_parse):
12221221
pytest.importorskip("xdist")
12231222
f = testdir.makepyfile(

0 commit comments

Comments
 (0)