mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-10 19:46:22 +00:00
[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.
This commit is contained in:
parent
b0f80f9654
commit
a683b7e830
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user