summaryrefslogtreecommitdiff
path: root/tests/sandboxes/missing_dependencies.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sandboxes/missing_dependencies.py')
-rw-r--r--tests/sandboxes/missing_dependencies.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sandboxes/missing_dependencies.py b/tests/sandboxes/missing_dependencies.py
index 975c8eb00..f83d92474 100644
--- a/tests/sandboxes/missing_dependencies.py
+++ b/tests/sandboxes/missing_dependencies.py
@@ -18,7 +18,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_missing_brwap_has_nice_error_message(cli, datafiles, tmp_path):
# Create symlink to buildbox-casd to work with custom PATH
@@ -56,7 +56,7 @@ def test_missing_brwap_has_nice_error_message(cli, datafiles, tmp_path):
assert "not found" in result.stderr
-@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_old_brwap_has_nice_error_message(cli, datafiles, tmp_path):
bwrap = tmp_path.joinpath('bin/bwrap')