summaryrefslogtreecommitdiff
path: root/tests/integration/stack.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/stack.py')
-rw-r--r--tests/integration/stack.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/stack.py b/tests/integration/stack.py
index c6eaba3c4..9d6b38345 100644
--- a/tests/integration/stack.py
+++ b/tests/integration/stack.py
@@ -19,8 +19,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_stack(cli, datafiles):
project = str(datafiles)
checkout = os.path.join(cli.directory, 'checkout')