summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-02-26 10:05:40 +0100
committerJürg Billeter <j@bitron.ch>2020-04-04 10:52:03 +0200
commit60bff41572c67ffebb248532ac9b22cf74173727 (patch)
tree2e126ba460206717c3e5a320c257f0606d1708d0
parenta002ce694160575fa3dea3e6bd477762b993c45c (diff)
downloadbuildstream-60bff41572c67ffebb248532ac9b22cf74173727.tar.gz
tests/integration/script.py: Drop read-only root xfail for buildbox-run
buildbox-fuse now supports SubtreeReadOnly.
-rw-r--r--tests/integration/script.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/integration/script.py b/tests/integration/script.py
index a03824ecd..35a3fddaf 100644
--- a/tests/integration/script.py
+++ b/tests/integration/script.py
@@ -95,10 +95,6 @@ def test_script_root(cli, datafiles):
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason="Only available with a functioning sandbox")
-@pytest.mark.xfail(
- HAVE_SANDBOX == "buildbox-run" and BUILDBOX_RUN != "buildbox-run-userchroot",
- reason="Read-only root directory not supported by buildbox-run",
-)
def test_script_no_root(cli, datafiles):
project = str(datafiles)
element_path = os.path.join(project, "elements")