From a683b7e8309d81304cd9799d54479ac3eae71aa8 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 2 Mar 2022 12:18:05 +0000 Subject: [Tests] Skip SNI icon test The SNI icon test is failing due to seo.com removing their favicon. A new test to replace it would be needed to check SNI support. Ideally new tests would not rely on external sites. --- deluge/tests/test_tracker_icons.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deluge/tests/test_tracker_icons.py b/deluge/tests/test_tracker_icons.py index 0e328e06c..1645c29c8 100644 --- a/deluge/tests/test_tracker_icons.py +++ b/deluge/tests/test_tracker_icons.py @@ -56,6 +56,7 @@ class TestTrackerIcons(BaseTestCase): result = await self.icons.fetch('google.com') assert result == icon + @pytest.mark.skip(reason='Site removed favicon, new SNI test will be needed') @pytest_twisted.ensureDeferred async def test_get_seo_svg_with_sni(self): # seo using certificates with SNI support only -- cgit