summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/artifactcache/expiry.py1
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)