From 6fd3f52320acf72e46a6ec97f730344dbeac248f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Tue, 10 Jul 2018 18:03:03 +0200 Subject: tests/frontend/push.py: Remove xfail mark from LRU cache test The CAS server now supports LRU. --- tests/frontend/push.py | 4 ---- 1 file changed, 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) -- cgit v1.2.1