diff options
author | Valentin David <valentin.david@codethink.co.uk> | 2019-06-28 10:42:41 +0000 |
---|---|---|
committer | Valentin David <valentin.david@codethink.co.uk> | 2019-06-28 10:42:41 +0000 |
commit | d6bc33fe23e169221130083e5ef3ccdc6e29aef6 (patch) | |
tree | 436f3c37f6c3cbdd0e9ba1c323434b00b7869346 | |
parent | 0cab9bc78989edb823ce589bd0bf1636143bb7a0 (diff) | |
parent | b8cf0c3f148dce0edbbf3c105cb4f7b4b566e92e (diff) | |
download | buildstream-d6bc33fe23e169221130083e5ef3ccdc6e29aef6.tar.gz |
Merge branch 'valentindavid/disable-test_expiry_order' into 'bst-1.2'
tests/artifactcache/expiry.py: Disable test failing on builders
See merge request BuildStream/buildstream!1436
-rw-r--r-- | tests/artifactcache/expiry.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/artifactcache/expiry.py b/tests/artifactcache/expiry.py index ce8e6c9e8..d8c0dd534 100644 --- a/tests/artifactcache/expiry.py +++ b/tests/artifactcache/expiry.py @@ -78,6 +78,7 @@ def test_artifact_too_large(cli, datafiles, tmpdir, size): res.assert_task_error(ErrorDomain.ARTIFACT, 'cache-too-full') +@pytest.mark.skip @pytest.mark.datafiles(DATA_DIR) def test_expiry_order(cli, datafiles, tmpdir): project = os.path.join(datafiles.dirname, datafiles.basename) |