]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) (GH-31173)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Feb 2022 09:52:39 +0000 (01:52 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 09:52:39 +0000 (10:52 +0100)
commitf87e616af038ee8963185e11b96841c81e8ef15a
treed82e998d6a49fb358fc6e8be655b228253a97d0f
parent7c5b01b5101923fc38274c491bd55239ee9f0416
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) (GH-31173)

POST requests to http://www.example.com/ fail randomly.
(cherry picked from commit 1578de2fcd685c71f9c84e09bac32901dea192c1)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_urllib2.py