diff options
Diffstat (limited to 'tests/integration/autotools.py')
-rw-r--r-- | tests/integration/autotools.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/autotools.py b/tests/integration/autotools.py index 7a3b946b2..86a06aa4f 100644 --- a/tests/integration/autotools.py +++ b/tests/integration/autotools.py @@ -49,7 +49,6 @@ def test_autotools_build(cli, datafiles): # amhello project for this. @pytest.mark.datafiles(DATA_DIR) @pytest.mark.skipif(not HAVE_SANDBOX, reason="Only available with a functioning sandbox") -@pytest.mark.xfail(HAVE_SANDBOX == "buildbox", reason="Not working with BuildBox") def test_autotools_confroot_build(cli, datafiles): project = str(datafiles) checkout = os.path.join(cli.directory, "checkout") |