diff options
Diffstat (limited to 'tests/integration/cmake.py')
-rw-r--r-- | tests/integration/cmake.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/cmake.py b/tests/integration/cmake.py index f5d2f6cc9..db0f07531 100644 --- a/tests/integration/cmake.py +++ b/tests/integration/cmake.py @@ -33,7 +33,6 @@ def test_cmake_build(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", reason="Not working with BuildBox") def test_cmake_confroot_build(cli, datafiles): project = str(datafiles) checkout = os.path.join(cli.directory, "checkout") |