Commit 8480b2c8 authored by Jason Madden's avatar Jason Madden

No, it's both.

parent 1a776c25
......@@ -134,6 +134,8 @@ class Test(greentest.TestCase):
self.close_on_teardown = [r() for r in self.close_on_teardown if r() is not None]
super(Test, self)._tearDownCloseOnTearDown()
# Sometimes its this one, sometimes it's test_ssl. No clue why or how.
@greentest.skipOnAppVeyor("This sometimes times out for no apparent reason.")
class TestSocket(Test):
def test_simple_close(self):
......@@ -263,7 +265,7 @@ class TestSocket(Test):
listener.close()
connector.close()
# And produces no output. So disabling this half of the test is a guess.
@greentest.skipOnAppVeyor("This sometimes times out for no apparent reason.")
class TestSSL(Test):
......
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