Skip to content

Commit

Permalink
Skip test_tls until certificate is updated
Browse files Browse the repository at this point in the history
See pinterest#396 for more details
  • Loading branch information
jogo authored and martinnj committed Jun 9, 2022
1 parent 534f366 commit 1d4c8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymemcache/test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def _unicode_value_in_set():
_unicode_value_in_set()


@pytest.mark.skip("https://github.com/pinterest/pymemcache/issues/39")
@pytest.mark.integration()
def test_tls(client_class, tls_host, tls_port, socket_module, tls_context):
client = client_class(
Expand Down

0 comments on commit 1d4c8a5

Please sign in to comment.