summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-11-26 11:54:47 +0100
committerJürg Billeter <j@bitron.ch>2019-12-10 11:43:30 +0000
commitf4b9a8890d91d2ab7be10076e6ebc56ad266107e (patch)
tree8135655958e5cc229e55ef2e78e33ad86e735bf2
parent05acb43ec6d7cd26976b0c59c6a89843efd0524d (diff)
downloadbuildstream-f4b9a8890d91d2ab7be10076e6ebc56ad266107e.tar.gz
tests/integration/messages.py: xfail logging for buildbox-run
Individual commands are not logged with command batching.
-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 f35b778d6..8bd56b82c 100644
--- a/tests/integration/messages.py
+++ b/tests/integration/messages.py
@@ -38,6 +38,7 @@ DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "project",)
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(not HAVE_SANDBOX, reason="Only available with a functioning sandbox")
+@pytest.mark.xfail(HAVE_SANDBOX == "buildbox-run", reason="Individual commands are not logged with command batching")
def test_disable_message_lines(cli, datafiles):
project = str(datafiles)
element_path = os.path.join(project, "elements")
@@ -66,6 +67,7 @@ def test_disable_message_lines(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-run", reason="Individual commands are not logged with command batching")
def test_disable_error_lines(cli, datafiles):
project = str(datafiles)
element_path = os.path.join(project, "elements")