Skip to content

Commit

Permalink
secure: test skip on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Feb 9, 2016
1 parent 0c4b5e9 commit ef78286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_secure.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
CERTFILE = common.resolve_path('server.crt')


@common.implementation_skip('pypy')
class TestSecure(common.TestCase):
def test_secure(self):
def on_client_handshake(handshake_request, status, ssl_error):
Expand Down

0 comments on commit ef78286

Please sign in to comment.