summaryrefslogtreecommitdiff
path: root/tests/integration/cmake.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 15:31:37 +0100
commitead0b11a205b475cf6b0a695d84b27ded1102894 (patch)
treea7373916cb0349def0f92a570c785b5020bffd79 /tests/integration/cmake.py
parente223bcdaec8693814db0820e11643228bb3ac538 (diff)
downloadbuildstream-ead0b11a205b475cf6b0a695d84b27ded1102894.tar.gz
tests: Drop buildbox xfails
Diffstat (limited to 'tests/integration/cmake.py')
-rw-r--r--tests/integration/cmake.py1
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")