summaryrefslogtreecommitdiff
path: root/tests/examples/autotools.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-12-05 06:40:00 +0100
committerJürg Billeter <j@bitron.ch>2019-12-10 13:35:07 +0100
commit130e45a279fbb843c5a76649e268cb024afe464c (patch)
tree6cc588439d59b4fb587e35d094a57860e275b076 /tests/examples/autotools.py
parentb812dbb856e56ea6516e6e3ffacd5609fedeba39 (diff)
downloadbuildstream-juerg/buildbox-run-bubblewrap.tar.gz
tests: Drop buildbox xfailsjuerg/buildbox-run-bubblewrap
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r--tests/examples/autotools.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py
index d4c12ecac..46b9d117e 100644
--- a/tests/examples/autotools.py
+++ b/tests/examples/autotools.py
@@ -47,7 +47,6 @@ def test_autotools_build(cli, datafiles):
# Test running an executable built with autotools.
@pytest.mark.skipif(MACHINE_ARCH != "x86-64", 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.xfail(HAVE_SANDBOX == "buildbox", reason="Not working with BuildBox")
@pytest.mark.skipif(HAVE_SANDBOX == "chroot", reason="This test is not meant to work with chroot sandbox")
@pytest.mark.datafiles(DATA_DIR)
def test_autotools_run(cli, datafiles):