summaryrefslogtreecommitdiff
path: root/tests/integration/filter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/filter.py')
-rw-r--r--tests/integration/filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/filter.py b/tests/integration/filter.py
index 2a32d4010..817648d8b 100644
--- a/tests/integration/filter.py
+++ b/tests/integration/filter.py
@@ -20,7 +20,7 @@ DATA_DIR = os.path.join(
@pytest.mark.datafiles(os.path.join(DATA_DIR))
-@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
+@pytest.mark.xfail(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
def test_filter_pass_integration(datafiles, cli):
project = str(datafiles)