commit | e047239eafefe8b19725efffe7756443495cf78b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Fri Apr 23 20:03:25 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 23 20:03:25 2021 +0200 |
tree | 193bc112cb8e47334d9df1e8b580f497c5a7923b | |
parent | 019e9e816882f5c43c4b833f81844b8299e815fd [diff] |
bpo-43921: ignore failing test_wrong_cert_tls13 on Windows (GH-25561) test_wrong_cert_tls13 sometimes fails on some Windows buildbots. Turn failing test case into skipped test case until we have more time to investigate. Signed-off-by: Christian Heimes <christian@python.org>