mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-07 03:53:41 -05:00
SupyMisc: drop testTldInternationalTLDs test (doesn't work on Py2)
[skip ci]
This commit is contained in:
parent
a46213002e
commit
0cfe3fbb04
@ -45,6 +45,7 @@ class SupyMiscTestCase(PluginTestCase):
|
||||
|
||||
@unittest.skipUnless(network, "Network-based tests have been disabled via "
|
||||
"--no-network")
|
||||
@unittest.skip("Doesn't work yet... Raises UnicodeDecodeError on Python 2.")
|
||||
def testTldInternationalTLDs(self):
|
||||
# https://www.iana.org/domains/root/db/xn--io0a7i
|
||||
# Chinese internationalized domain for 'network' (similar to .net)
|
||||
|
Loading…
x
Reference in New Issue
Block a user