Skip to content

Commit

Permalink
Unskip a test on macOS
Browse files Browse the repository at this point in the history
We don't care about 14 year old kernel panics
  • Loading branch information
alex authored Jul 7, 2023
1 parent 0abf9ec commit 1e0441c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2387,10 +2387,6 @@ def test_connect(self):
clientSSL.connect((loopback_address(port), port.getsockname()[1]))
# XXX An assertion? Or something?

@pytest.mark.skipif(
platform == "darwin",
reason="connect_ex sometimes causes a kernel panic on OS X 10.6.4",
)
def test_connect_ex(self):
"""
If there is a connection error, `Connection.connect_ex` returns the
Expand Down

0 comments on commit 1e0441c

Please sign in to comment.