diff --git a/testing/test_parametrize_with_fixture.py b/testing/test_parametrize_with_fixture.py index ce35ce410..f4e899b1c 100644 --- a/testing/test_parametrize_with_fixture.py +++ b/testing/test_parametrize_with_fixture.py @@ -1,5 +1,7 @@ +import pytest +@pytest.mark.xfail() def test_parametrize(testdir): testdir.makepyfile(""" import pytest