diff options
author | Jürg Billeter <j@bitron.ch> | 2019-11-26 12:03:38 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-12-10 11:43:30 +0000 |
commit | 9fe6c9e63a50edd80c792608b6c6bc63ff2e2e1f (patch) | |
tree | 0a71cc445f0fdd3f0cfa14466a0ff7d11adc3743 | |
parent | f4b9a8890d91d2ab7be10076e6ebc56ad266107e (diff) | |
download | buildstream-9fe6c9e63a50edd80c792608b6c6bc63ff2e2e1f.tar.gz |
tests/integration/workspace.py: xfail logging for buildbox-run
Individual commands are not logged with command batching.
-rw-r--r-- | tests/integration/workspace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/workspace.py b/tests/integration/workspace.py index 8dfe92279..8b4baddef 100644 --- a/tests/integration/workspace.py +++ b/tests/integration/workspace.py @@ -344,6 +344,7 @@ def test_workspace_missing_last_successful(cli, datafiles): # Check that we can still read failed workspace logs @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_workspace_failed_logs(cli, datafiles): project = str(datafiles) workspace = os.path.join(cli.directory, "failing_amhello") |