From 318080a49dcf5ea744271c0decf8d28630590268 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 4 Dec 2015 10:03:57 -0200 Subject: [PATCH] Mark test_each_multiple as xfail Related to #20 --- testing/acceptance_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index 9297bfb..70052c3 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -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