summaryrefslogtreecommitdiff
path: root/tests/examples/first-project.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/first-project.py')
-rw-r--r--tests/examples/first-project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/first-project.py b/tests/examples/first-project.py
index 84ab7aa61..0c3b7e9a1 100644
--- a/tests/examples/first-project.py
+++ b/tests/examples/first-project.py
@@ -17,7 +17,7 @@ DATA_DIR = os.path.join(
)
-@pytest.mark.skipif(not IS_LINUX, reason='Only available on linux')
+@pytest.mark.xfail(not IS_LINUX, reason='Only available on linux')
@pytest.mark.datafiles(DATA_DIR)
def test_first_project_build_checkout(cli, datafiles):
project = str(datafiles)