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-09 16:55:55 +0100 |
commit | 82e1fd2c3c6b776ad7cff2568a29c9f9ea35da20 (patch) | |
tree | 38817545ce49d643d1a3845dd04bf53efaa9ad97 | |
parent | 144218ca8b9036d9b160a6f69c89b670e0c82528 (diff) | |
download | buildstream-juerg/buildbox-run.tar.gz |
tests/integration/workspace.py: xfail logging for buildbox-runjuerg/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") |