summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-11-26 11:54:32 +0100
committerJürg Billeter <j@bitron.ch>2019-12-07 17:33:41 +0100
commitd50a7519c8afe1c6692f99dd0b25c9ff687555d6 (patch)
tree5ddcca2e51958ba80241dca27e02a60edfb724ad
parente25c9a28afa9e056587c230e203219709621a139 (diff)
downloadbuildstream-d50a7519c8afe1c6692f99dd0b25c9ff687555d6.tar.gz
tests/integration/manual.py: xfail logging for buildbox-run
Individual commands are not logged with command batching.
-rw-r--r--tests/integration/manual.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/manual.py b/tests/integration/manual.py
index c6a84b062..4e80d0dc0 100644
--- a/tests/integration/manual.py
+++ b/tests/integration/manual.py
@@ -127,6 +127,7 @@ def test_manual_element_noparallel(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_manual_element_logging(cli, datafiles):
project = str(datafiles)
element_path = os.path.join(project, "elements")