Skip to content

Commit a5abeec

Browse files
Update Lib/test/test_ssl.py
1 parent 1dea688 commit a5abeec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5048,7 +5048,7 @@ def server_callback(identity):
50485048
with client_context.wrap_socket(socket.socket()) as s:
50495049
s.connect((HOST, server.port))
50505050

5051-
@support.skip_if_sanitizer("gh-137583: OpenSSL races on SSL->rwstate and "
5051+
@support.skip_if_sanitizer("gh-150191: OpenSSL races on SSL->rwstate and "
50525052
"the socket BIO flags with concurrent read "
50535053
"and write", thread=True)
50545054
def test_thread_recv_while_main_thread_sends(self):

0 commit comments

Comments
 (0)