]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 6 Feb 2022 14:30:18 +0000 (06:30 -0800)
committerGitHub <noreply@github.com>
Sun, 6 Feb 2022 14:30:18 +0000 (06:30 -0800)
commit1b8a34ae65688cfadc81e0174b5aea979b264b3e
treed1e3445396f77709e0ed74d5dd8178baa5330c88
parent459e26f0987a12a19238baba422e13a8f7fcfca3
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)

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