diff --git a/html_image_url_extractor/tests/test_extractor.py b/html_image_url_extractor/tests/test_extractor.py
index 29a6ed918..215f2b13d 100644
--- a/html_image_url_extractor/tests/test_extractor.py
+++ b/html_image_url_extractor/tests/test_extractor.py
@@ -65,5 +65,3 @@ class ExtractorCase(TransactionCase):
"""Bad HTML handled correctly."""
for laps, text in self.imgs_from_html("<"):
self.assertTrue(False) # You should never get here
- with self.assertRaises(etree.ParserError):
- list(self.imgs_from_html("<", fail=True))