Mark test_each_multiple as xfail

Related to #20
This commit is contained in:
Bruno Oliveira
2015-12-04 10:03:57 -02:00
parent a67ed2d9ba
commit 318080a49d

View File

@@ -564,6 +564,7 @@ class TestNodeFailure:
"*1 failed*1 passed*",
])
@pytest.mark.xfail(reason='#20: xdist race condition on node restart')
def test_each_multiple(self, testdir):
f = testdir.makepyfile("""
import os