[3.6] bpo-33295: Skip test using missing external site (GH-6504) by miss-islington · Pull Request #6511 · python/cpython

@methane @miss-islington

`test_urllib2net.OtherNetworkTests.test_sites_no_connection_close`
used `http://www.imdb.com/` but it is moved to https so the test is
not valid anymore.  Skip test for the moment to allow CI to proceed.
(cherry picked from commit 36d56ea)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>