summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")