summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-03-02 12:18:05 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2022-03-02 12:18:05 +0000
commita683b7e8309d81304cd9799d54479ac3eae71aa8 (patch)
tree44e7d29ca4c14fc9982c248a3e547c2b0085f683
parentb0f80f965480994d9218fb37e5de38e95b89c2a6 (diff)
downloaddeluge-a683b7e8309d81304cd9799d54479ac3eae71aa8.tar.gz
deluge-a683b7e8309d81304cd9799d54479ac3eae71aa8.tar.bz2
deluge-a683b7e8309d81304cd9799d54479ac3eae71aa8.zip
[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.
-rw-r--r--deluge/tests/test_tracker_icons.py1
1 files changed, 1 insertions, 0 deletions
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