summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_ssl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_ssl.py b/tests/test_ssl.py
index e18adf5..2898e90 100644
--- a/tests/test_ssl.py
+++ b/tests/test_ssl.py
@@ -247,6 +247,7 @@ class HttpslibSSLClientTestCase(BaseSSLClientTestCase):
httpslib.HTTPSConnection('example.org', badKeyword=True)
+@unittest.skipIf(sys.platform == 'win32', "Test doesn't work on Windows")
class HttpslibSSLSNIClientTestCase(BaseSSLClientTestCase):
def setUp(self):
super(HttpslibSSLSNIClientTestCase, self).setUp()