summaryrefslogtreecommitdiff
path: root/tests/integration/messages.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/messages.py')
-rw-r--r--tests/integration/messages.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/messages.py b/tests/integration/messages.py
index 42725fc5b..0313a6347 100644
--- a/tests/integration/messages.py
+++ b/tests/integration/messages.py
@@ -41,6 +41,8 @@ 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_disable_message_lines(cli, datafiles):
project = str(datafiles)
element_path = os.path.join(project, 'elements')