cpython: 9d0c15425b59 (original) (raw)

Mercurial > cpython

changeset 99704:9d0c15425b59

Issue #25940: Make buildbots usable again until a solution is found. [#25940]

Stefan Krah skrah@bytereef.org
date Tue, 29 Dec 2015 02:15:35 +0100
parents 510ff609cb4f
children 2e8f147c03b2
files Lib/test/test_ssl.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_ssl.py 2

line wrap: on

line diff

--- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -1342,6 +1342,7 @@ class MemoryBIOTests(unittest.TestCase): self.assertRaises(TypeError, bio.write, 1) +@unittest.skipIf(True, "temporarily disabled: see #25940") class NetworkedTests(unittest.TestCase): def test_connect(self): @@ -1711,6 +1712,7 @@ class NetworkedBIOTests(unittest.TestCas % (count, func.name)) return ret