mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	bpo-33295: Skip test using missing external site (GH-6504)
`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.
This commit is contained in:
		
							parent
							
								
									ba3a87aca3
								
							
						
					
					
						commit
						36d56ea826
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -177,6 +177,7 @@ def test_custom_headers(self):
 | 
			
		|||
            opener.open(request)
 | 
			
		||||
            self.assertEqual(request.get_header('User-agent'),'Test-Agent')
 | 
			
		||||
 | 
			
		||||
    @unittest.skip('XXX: http://www.imdb.com is gone')
 | 
			
		||||
    def test_sites_no_connection_close(self):
 | 
			
		||||
        # Some sites do not send Connection: close header.
 | 
			
		||||
        # Verify that those work properly. (#issue12576)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue