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-10 11:43:30 +0000
commit05acb43ec6d7cd26976b0c59c6a89843efd0524d (patch)
treed203b06952ea98ac4f4d88776b6a229acce86873
parentde7aa5b2f210e11b4114dd567a495f5f886c1a2d (diff)
downloadbuildstream-05acb43ec6d7cd26976b0c59c6a89843efd0524d.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")