From ba72b480b97179c798339617f0178fa0422f951e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 15 Jul 2019 10:21:36 -0300 Subject: [PATCH] Remove xfail marker from test_runs_twice_xdist Apperently it does not hang, let's see how it fares on CI --- testing/test_junitxml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index 069663693..d4a1f6cc3 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -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(