Skip to content

Commit ba72b48

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 ba76080 commit ba72b48

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
@@ -1221,7 +1221,6 @@ def test_pass():
12211221
assert first == second
12221222

12231223

1224-
@pytest.mark.xfail(reason="hangs", run=False)
12251224
def test_runs_twice_xdist(testdir, run_and_parse):
12261225
pytest.importorskip("xdist")
12271226
f = testdir.makepyfile(

0 commit comments

Comments
 (0)