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 committed May 31, 2022
1 parent 0c0c449 commit 3509fd6
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.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 3509fd6

Please sign in to comment.