Skip to content

Commit c191caf

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 43c87c5 commit c191caf

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
@@ -1189,7 +1189,6 @@ def test_pass():
11891189
assert first == second
11901190

11911191

1192-
@pytest.mark.xfail(reason="hangs", run=False)
11931192
def test_runs_twice_xdist(testdir, run_and_parse):
11941193
pytest.importorskip("xdist")
11951194
f = testdir.makepyfile(

0 commit comments

Comments
 (0)