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-05 06:06:37 +0100
commitfe5d6613f23a72a3be37e3109ac4f9bdbe2f0520 (patch)
treeacee35a9476989dd37e28560f2d58b6e59dc5d74
parenta82b6d4484073a1c6cef2b1d70aa9e102be8e98e (diff)
downloadbuildstream-fe5d6613f23a72a3be37e3109ac4f9bdbe2f0520.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")