Commit 3755d037 authored by Denis Bilenko's avatar Denis Bilenko

disable test_notexistent, because it takes way too much on windows for some...

disable test_notexistent, because it takes way too much on windows for some reason and doesn't test much
parent c569e489
......@@ -115,8 +115,9 @@ class TestLocal(TestCase):
def test_1_2_3_4(self):
self._test('1.2.3.4')
def test_notexistent(self):
def SKIP_test_notexistent(self):
# not really interesting because the original gethostbyname() is called for everything without dots
# disabled because it takes too much time on windows for some reason
self._test('notexistent')
def test_None(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment