diff options
Diffstat (limited to 'tests/integration/cmake.py')
-rw-r--r-- | tests/integration/cmake.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/integration/cmake.py b/tests/integration/cmake.py index 3cb56ab5c..0fe91ed6d 100644 --- a/tests/integration/cmake.py +++ b/tests/integration/cmake.py @@ -20,8 +20,6 @@ DATA_DIR = os.path.join( @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') -# Not stricked xfail as only fails in CI def test_cmake_build(cli, datafiles): project = str(datafiles) checkout = os.path.join(cli.directory, 'checkout') @@ -55,8 +53,6 @@ def test_cmake_confroot_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') -# Not stricked xfail as only fails in CI def test_cmake_run(cli, datafiles): project = str(datafiles) element_name = 'cmake/cmakehello.bst' |