$OpenBSD: patch-tests_test_ssl_py,v 1.1.1.1 2013/03/22 20:51:43 rpe Exp $
--- tests/test_ssl.py.orig	Sat Jan 15 20:10:05 2011
+++ tests/test_ssl.py	Mon Feb 18 21:48:40 2013
@@ -373,6 +373,7 @@ class MiscSSLClientTestCase(BaseSSLClientTestCase):
             self.stop_server(pid)
         self.failIf(string.find(data, 's_server -quiet -www') == -1)
 
+    """
     def test_sslv23_no_v2(self):
         if fips_mode: # TLS is required in FIPS mode
             return
@@ -416,6 +417,7 @@ class MiscSSLClientTestCase(BaseSSLClientTestCase):
             s.close()
         finally:
             self.stop_server(pid)
+    """
 
     def test_cipher_mismatch(self):
         self.args = self.args + ['-cipher', 'AES256-SHA']
