diff --git a/testing/test_mark.py b/testing/test_mark.py index ca96255e7..8d698b588 100644 --- a/testing/test_mark.py +++ b/testing/test_mark.py @@ -563,7 +563,7 @@ class TestFunctional: if isinstance(v, MarkInfo)]) assert marker_names == set(expected_markers) - @pytest.mark.xfail + @pytest.mark.xfail(reason='callspec2.setmulti missuses keywords') @pytest.mark.issue1540 def test_mark_from_parameters(self, testdir): testdir.makepyfile("""