]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Disable TLS 1.3 in one test
authorBen Darnell <ben@bendarnell.com>
Sun, 11 Aug 2019 02:00:41 +0000 (22:00 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 3 Mar 2020 01:41:41 +0000 (20:41 -0500)
commit44d65de53a2227ea24e84b6a4ff2e43cb06391a6
tree6d40d104c417818ba504aff9536ccc19c36318e1
parent4c2160ca1c128e6d7e3840c8ade153623ce93752
test: Disable TLS 1.3 in one test

This test started failing on windows CI with an upgrade to python
3.7.4 (which bundles a newer version of openssl). Disable tls 1.3 for
now.

Possibly related to #2536
tornado/test/iostream_test.py