mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Skip new SSL tests with IocpEventLoop
This commit is contained in:
parent
aa15276ee9
commit
b82c915fa2
1 changed files with 9 additions and 0 deletions
|
@ -1398,6 +1398,15 @@ if sys.platform == 'win32':
|
|||
def test_create_server_ssl(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
|
||||
def test_create_server_ssl_verify_failed(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
|
||||
def test_create_server_ssl_match_failed(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
|
||||
def test_create_server_ssl_verified(self):
|
||||
raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
|
||||
|
||||
def test_reader_callback(self):
|
||||
raise unittest.SkipTest("IocpEventLoop does not have add_reader()")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue