diff --git a/tests/checker/test_ignoreerrors.py b/tests/checker/test_ignoreerrors.py index 8b2d3420..96dd4fb1 100644 --- a/tests/checker/test_ignoreerrors.py +++ b/tests/checker/test_ignoreerrors.py @@ -43,6 +43,7 @@ class TestFile(LinkCheckTest): ] self.direct(url, resultlines, confargs=confargs) + @need_network def test_no_error(self): """ Test that unmatched errors are not ignored. """ self._test("mailto:good@example.com", "", "", True)