-i test/with_dummyserver/test_https.py || die
sed -e 's:test_https_proxy_.*timeout:_&:' \
-i test/with_dummyserver/test_proxy_poolmanager.py || die
+ # tests failing if 'localhost.' cannot be resolved
+ sed -e 's:test_dotted_fqdn:_&:' \
+ -i test/with_dummyserver/test_https.py || die
+ sed -e 's:test_request_host_header_ignores_fqdn_dot:_&:' \
+ -i test/with_dummyserver/test_socketlevel.py || die
# no clue why those fail, might be tornado's fault, might be just
# very flaky
sed -e 's:test_client_no_intermediate:_&:' \