mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue