summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-12-18 11:36:12 +0100
committerChandan Singh <chandan@chandansingh.net>2019-12-31 11:54:03 +0000
commit2f5e682849e06195679ffddff6667f466624188d (patch)
treee790b237d740e502569e2dd97fbec0bfda5a87a9 /tests/integration
parent1a2b2295a9729104c34187abacfb1bc0f6090a0c (diff)
downloadbuildstream-2f5e682849e06195679ffddff6667f466624188d.tar.gz
tests: Drop chroot xfail/skipif
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/sandbox.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/sandbox.py b/tests/integration/sandbox.py
index ec41f1d92..da0073377 100644
--- a/tests/integration/sandbox.py
+++ b/tests/integration/sandbox.py
@@ -32,7 +32,6 @@ DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "project")
@pytest.mark.skipif(not HAVE_SANDBOX, reason="Only available with a functioning sandbox")
-@pytest.mark.xfail(HAVE_SANDBOX == "chroot", reason="The chroot sandbox doesn't support shm")
@pytest.mark.datafiles(DATA_DIR)
def test_sandbox_shm(cli, datafiles):
project = str(datafiles)