diff options
author | Jürg Billeter <j@bitron.ch> | 2020-04-29 09:19:56 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-06-03 13:49:39 +0200 |
commit | ae3a70b7999c51d6eb5bab4401b933237d918a55 (patch) | |
tree | b2dbb3a94bbe0c972fe09dae4e68dc55cb696679 | |
parent | 53b8d042b6d969c5089faf9fb4c7dd5e05e09388 (diff) | |
download | buildstream-ae3a70b7999c51d6eb5bab4401b933237d918a55.tar.gz |
tests/integration/cachedfail.py: Do not skip test with buildbox-run
-rw-r--r-- | tests/integration/cachedfail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/cachedfail.py b/tests/integration/cachedfail.py index da764bbd2..68c59569d 100644 --- a/tests/integration/cachedfail.py +++ b/tests/integration/cachedfail.py @@ -182,7 +182,7 @@ def test_push_failed_missing_shell(cli, tmpdir, datafiles, on_error): assert share.get_artifact(cli.get_artifact_name(project, "test", "element.bst")) -@pytest.mark.skipif(HAVE_SANDBOX != "bwrap", reason="Only available with bubblewrap on Linux") +@pytest.mark.skipif(not HAVE_SANDBOX, reason="Only available with a functioning sandbox") @pytest.mark.datafiles(DATA_DIR) def test_host_tools_errors_are_not_cached(cli, datafiles, tmp_path): # Create symlink to buildbox-casd to work with custom PATH |