We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b3827 commit a7043abCopy full SHA for a7043ab
tests/test_ssl.py
@@ -2387,10 +2387,6 @@ def test_connect(self):
2387
clientSSL.connect((loopback_address(port), port.getsockname()[1]))
2388
# XXX An assertion? Or something?
2389
2390
- @pytest.mark.skipif(
2391
- platform == "darwin",
2392
- reason="connect_ex sometimes causes a kernel panic on OS X 10.6.4",
2393
- )
2394
def test_connect_ex(self):
2395
"""
2396
If there is a connection error, `Connection.connect_ex` returns the
0 commit comments