From 471c0e281b9b6240adc22b8ae4886f1ddaf6a206 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 6 Feb 2022 14:25:07 +0100 Subject: [PATCH] bpo-46648: Skip test_urllib2.test_issue16464() POST requests to http://www.example.com/ fail randomly. --- Lib/test/test_urllib2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index a2b1340e0bf5ba..0936e435a4870c 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py @@ -1790,6 +1790,8 @@ class MyOtherHTTPHandler(urllib.request.HTTPHandler): @unittest.skipUnless(support.is_resource_enabled('network'), 'test requires network access') + # bpo-46648: test fails randomly with "http://www.example.com/" URL + @unittest.skipIf(True, "POST request to http://www.example.com/ fail randomly") def test_issue16464(self): with socket_helper.transient_internet("http://www.example.com/"): opener = urllib.request.build_opener() pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy