From 58f261fda4f8a40d224aad92f4716cc8721fe0c9 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 25 Apr 2014 11:00:49 -0700 Subject: [PATCH] cdx redis: disable new test until fakeredis supports zrangebylex() --- pywb/cdx/test/test_redis_source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywb/cdx/test/test_redis_source.py b/pywb/cdx/test/test_redis_source.py index 34abddf1..9f5daa8d 100644 --- a/pywb/cdx/test/test_redis_source.py +++ b/pywb/cdx/test/test_redis_source.py @@ -4,8 +4,8 @@ com,example)/ 20130729195151 http://test@example.com/ warc/revisit - B2LTWWPUOYA com,example)/ 20140127171200 http://example.com text/html 200 B2LTWWPUOYAH7UIPQ7ZUPQ4VMBSVC36A - - 1046 334 dupes.warc.gz com,example)/ 20140127171251 http://example.com warc/revisit - B2LTWWPUOYAH7UIPQ7ZUPQ4VMBSVC36A - - 553 11875 dupes.warc.gz - ->>> redis_cdx(redis_cdx_server_key, 'http://example.com') +# TODO: enable when FakeRedis supports zrangebylex! +#>>> redis_cdx(redis_cdx_server_key, 'http://example.com') """