]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Skip test_source_port_fail when running as root 2684/head
authorBen Darnell <ben@bendarnell.com>
Sat, 22 Jun 2019 16:50:07 +0000 (12:50 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 22 Jun 2019 16:50:07 +0000 (12:50 -0400)
commitb9b8229a57cdc82bb848eee8738d90d3e17a50e8
treef3e4ffd0f1274d251712a83d10d748381c5965ec
parent090e6cca9efb90a502e57688b038ec0351947d11
test: Skip test_source_port_fail when running as root

Root is always allowed to bind to low port numbers, so we can't
simulate failure in this case. This is the last remaining failure when
running tests in docker.
tornado/test/tcpclient_test.py