summaryrefslogtreecommitdiff
path: root/tests/sources/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/local.py')
-rw-r--r--tests/sources/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/local.py b/tests/sources/local.py
index 4b72a4343..7c54b7f8f 100644
--- a/tests/sources/local.py
+++ b/tests/sources/local.py
@@ -164,7 +164,7 @@ def test_stage_directory_symlink(cli, tmpdir, datafiles):
@pytest.mark.integration
@pytest.mark.datafiles(os.path.join(DATA_DIR, 'deterministic-umask'))
-@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_deterministic_source_umask(cli, tmpdir, datafiles):
def create_test_file(*path, mode=0o644, content='content\n'):