Skip to content

Commit a7043ab

Browse files
authored
Unskip a test on macOS (#1231)
We don't care about 14 year old kernel panics
1 parent 19b3827 commit a7043ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_ssl.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,10 +2387,6 @@ def test_connect(self):
23872387
clientSSL.connect((loopback_address(port), port.getsockname()[1]))
23882388
# XXX An assertion? Or something?
23892389

2390-
@pytest.mark.skipif(
2391-
platform == "darwin",
2392-
reason="connect_ex sometimes causes a kernel panic on OS X 10.6.4",
2393-
)
23942390
def test_connect_ex(self):
23952391
"""
23962392
If there is a connection error, `Connection.connect_ex` returns the

0 commit comments

Comments
 (0)