From b8cf0c3f148dce0edbbf3c105cb4f7b4b566e92e Mon Sep 17 00:00:00 2001 From: Valentin David Date: Fri, 28 Jun 2019 12:05:04 +0200 Subject: tests/artifactcache/expiry.py: Disable test failing on builders --- tests/artifactcache/expiry.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1