From a5522a9cc39b61d0d26705f99279381dcb9e7f9f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sun, 24 May 2020 21:07:46 +0100 Subject: Remove extra pdfurl test This test seems to fail repeatedly on Travis, for no clear reason (it works locally). Since we have another PdfUrl test I don't think it's necessary to have this one too, so I'll remove it. --- tests/test_ui.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_ui.py b/tests/test_ui.py index 7ae1e79..7ab5099 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -94,11 +94,6 @@ class TestUI(unittest.TestCase): "https://link.springer.com/article/10.1007/s10618-019-00631-5", "https://link.springer.com/article/10.1007/s10618-019-00631-5", ), - ( - PdfUrl, - "https://gertjanvandenburg.com/papers/VandenBurg_Nazabal_Sutton_-_Wrangling_Messy_CSV_Files_by_Detecting_Row_and_Type_Patterns_2019.pdf", - "https://gertjanvandenburg.com/papers/VandenBurg_Nazabal_Sutton_-_Wrangling_Messy_CSV_Files_by_Detecting_Row_and_Type_Patterns_2019.pdf", - ), ( PdfUrl, "https://confcats_isif.s3.amazonaws.com/web-files/journals/entries/Nonlinear%20Kalman%20Filters.pdf", -- cgit v1.2.3