Skip to content

Commit 3e20f05

Browse files
author
Jordan Adler
committed
skip broken ttest
1 parent 0b4839f commit 3e20f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_future/test_standard_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def test_builtins(self):
319319
import builtins
320320
self.assertTrue(hasattr(builtins, 'tuple'))
321321

322-
# @unittest.skip("ssl support has been stripped out for now ...")
322+
@unittest.skip("ssl redirect support on pypi isn't working as expected for now ...")
323323
def test_urllib_request_ssl_redirect(self):
324324
"""
325325
This site redirects to https://...

0 commit comments

Comments
 (0)