]> 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:33:01 +0000 (06:33 -0800)
committerGitHub <noreply@github.com>
Sun, 6 Feb 2022 14:33:01 +0000 (06:33 -0800)
commitc88407ccf5e72d00e909c2399ff7163501aa7089
tree697f0f50d9f44e31d7f96a385c45531486f990aa
parent5603db43ba7ba5568b7516d0e28730a2bc1e1f26
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