summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-07-10 18:03:03 +0200
committerJürg Billeter <j@bitron.ch>2018-07-17 07:56:40 +0200
commit6fd3f52320acf72e46a6ec97f730344dbeac248f (patch)
tree8bb02196722a2cb866364e81a52e8bdf07d264e1
parent05a1a25d2afc752fc718ade68f4232c6cf33d79b (diff)
downloadbuildstream-6fd3f52320acf72e46a6ec97f730344dbeac248f.tar.gz
tests/frontend/push.py: Remove xfail mark from LRU cache test
The CAS server now supports LRU.
-rw-r--r--tests/frontend/push.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/frontend/push.py b/tests/frontend/push.py
index a39233ba1..471991ef7 100644
--- a/tests/frontend/push.py
+++ b/tests/frontend/push.py
@@ -282,10 +282,6 @@ def test_artifact_too_large(cli, datafiles, tmpdir):
# Test that when an element is pulled recently, it is not considered the LRU element.
-# NOTE: We expect this test to fail as the current implementation of remote cache
-# expiry only expiries from least recently pushed. NOT least recently used. This will
-# hopefully change when we implement as CAS cache.
-@pytest.mark.xfail
@pytest.mark.datafiles(DATA_DIR)
def test_recently_pulled_artifact_does_not_expire(cli, datafiles, tmpdir):
project = os.path.join(datafiles.dirname, datafiles.basename)