summaryrefslogtreecommitdiff
path: root/tests/examples/autotools.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-08-07 12:36:54 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-08-07 12:36:54 +0000
commit2d670f1963f83ffbf146e90500b517e77b24db62 (patch)
treef89d9a242bc32e1f32e9d8066835c90999ebdc4a /tests/examples/autotools.py
parent60b4d645a5428a0e2b84c6bc4ab7a4639466a089 (diff)
parentbdb56e169a6865ac406f098426d3ca67ec5b919d (diff)
downloadbuildstream-2d670f1963f83ffbf146e90500b517e77b24db62.tar.gz
Merge branch 'juerg/buildbox' into 'master'
Enable integration tests for buildbox sandboxing backend See merge request BuildStream/buildstream!1525
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r--tests/examples/autotools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py
index e55f33493..ecd140718 100644
--- a/tests/examples/autotools.py
+++ b/tests/examples/autotools.py
@@ -20,8 +20,6 @@ DATA_DIR = os.path.join(
reason='Examples are written for x86-64')
@pytest.mark.skipif(not IS_LINUX or not HAVE_SANDBOX, reason='Only available on linux with sandbox')
@pytest.mark.skipif(HAVE_SANDBOX == 'chroot', reason='This test is not meant to work with chroot sandbox')
-@pytest.mark.xfail(HAVE_SANDBOX == 'buildbox', reason='Not working with BuildBox')
-# Not stricked xfail as only fails in CI
@pytest.mark.datafiles(DATA_DIR)
def test_autotools_build(cli, datafiles):
project = str(datafiles)