From bf255aaf1edb82422d5aa90212b09af8a2a0e1e5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 11 May 2021 23:41:06 +0100 Subject: Disable test to fix CI --- tests/test_html.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_html.py b/tests/test_html.py index 41f6b83..417e2e5 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -17,7 +17,12 @@ from paper2remarkable.utils import get_page_with_retry class TestHTML(unittest.TestCase): + @unittest.skip("Broken test (other url needed)") def test_experimental_fix_lazy_loading(self): + # 2021-05-11 NOTE: This is the only URL I know where the experimental + # lazy loading fix was useful. It no longer works because Readability + # strips out the images for this site. If anyone knows of a test case + # where the experimental fix makes a difference, let me know. url = "https://www.seriouseats.com/2015/01/tea-for-everyone.html" prov = HTML(upload=False, experimental=True) page = get_page_with_retry(url, return_text=True) -- cgit v1.2.3