diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-05-12 00:18:03 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-05-12 00:18:03 +0100 |
| commit | 121f5b3101488f7bb2406d04b5dc4727fa79d194 (patch) | |
| tree | 16bfd5c16352c8f33907b551cf66324e8e658b06 | |
| parent | Make illustration transparent and change height (diff) | |
| parent | Merge branch 'master' into bugfix/html_lazy_loading (diff) | |
| download | paper2remarkable-121f5b3101488f7bb2406d04b5dc4727fa79d194.tar.gz paper2remarkable-121f5b3101488f7bb2406d04b5dc4727fa79d194.zip | |
Merge branch 'bugfix/html_lazy_loading'
| -rw-r--r-- | tests/test_html.py | 5 |
1 files changed, 5 insertions, 0 deletions
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) |
