Merge pull request #26 from pytest-dev/each_multiple-flaky
Mark test_each_multiple as xfail
This commit is contained in:
@@ -564,6 +564,7 @@ class TestNodeFailure:
|
|||||||
"*1 failed*1 passed*",
|
"*1 failed*1 passed*",
|
||||||
])
|
])
|
||||||
|
|
||||||
|
@pytest.mark.xfail(reason='#20: xdist race condition on node restart')
|
||||||
def test_each_multiple(self, testdir):
|
def test_each_multiple(self, testdir):
|
||||||
f = testdir.makepyfile("""
|
f = testdir.makepyfile("""
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user