Skip to content

Commit

Permalink
Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWa…
Browse files Browse the repository at this point in the history
…rning (pythonGH-14662)" (pythonGH-14669)

This reverts commit cf9c41c.
  • Loading branch information
vstinner authored Jul 9, 2019
1 parent 76611c7 commit 61b1bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,6 @@ def run(self):
if self.server.chatty and support.verbose:
sys.stdout.write(err.args[1])
# test_pha_required_nocert is expecting this exception
self.close()
raise ssl.SSLError('tlsv13 alert certificate required')
except OSError:
if self.server.chatty:
Expand Down

0 comments on commit 61b1bc5

Please sign in to comment.