summaryrefslogtreecommitdiff
path: root/tests/artifactcache
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-06-13 17:48:21 +0200
committerJürg Billeter <j@bitron.ch>2019-08-20 07:41:23 +0200
commit8a6fc3a4650e97950376efc9ce00a001cc614e95 (patch)
treee1949e3cccde87c253e168152c7ccaa620d30fa5 /tests/artifactcache
parent904f77f01267b4607a2f0bd3687d8b6e6d296ec8 (diff)
downloadbuildstream-8a6fc3a4650e97950376efc9ce00a001cc614e95.tar.gz
Remove CASQuota and CASCacheUsage
Diffstat (limited to 'tests/artifactcache')
-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 df594e4cc..83e4b19bd 100644
--- a/tests/artifactcache/expiry.py
+++ b/tests/artifactcache/expiry.py
@@ -354,6 +354,7 @@ def test_never_delete_required_track(cli, datafiles):
("70%", 'warning', 'Your system does not have enough available')
])
@pytest.mark.datafiles(DATA_DIR)
+@pytest.mark.xfail()
def test_invalid_cache_quota(cli, datafiles, quota, err_domain, err_reason):
project = str(datafiles)
os.makedirs(os.path.join(project, 'elements'))