Skip to content

Commit afd3f2b

Browse files
committed
Merge pull request #26 from pytest-dev/each_multiple-flaky
Mark test_each_multiple as xfail
2 parents 22fc01f + 318080a commit afd3f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ def test_b(): pass
564564
"*1 failed*1 passed*",
565565
])
566566

567+
@pytest.mark.xfail(reason='#20: xdist race condition on node restart')
567568
def test_each_multiple(self, testdir):
568569
f = testdir.makepyfile("""
569570
import os

0 commit comments

Comments
 (0)