From f5a6a843144746eb0e6cfce0c7b609f6083ca582 Mon Sep 17 00:00:00 2001 From: Marco Buccini Date: Fri, 16 Aug 2013 09:55:25 +0200 Subject: [PATCH] test marked as --- testing/test_parametrize_with_fixture.py | 2 ++ 1 file changed, 2 insertions(+) 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