diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index a4f10dec5..1d2a5853b 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -100,7 +100,7 @@ class TestPython: result, dom = runandparse(testdir) assert result.ret node = dom.find_first_by_tag("testsuite") - node.assert_attr(name="pytest", errors=0, failures=1, skips=3, tests=5) + node.assert_attr(name="pytest", errors=0, failures=1, skips=2, tests=5) def test_timing_function(self, testdir): testdir.makepyfile("""