Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b4783f4b
Commit
b4783f4b
authored
Dec 28, 2015
by
Brett Cannon
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
3c61a448
150660ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Lib/test/test_ssl.py
Lib/test/test_ssl.py
+2
-0
No files found.
Lib/test/test_ssl.py
View file @
b4783f4b
...
...
@@ -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.TestCase):
%
(
count
,
func
.
__name__
))
return
ret
@
unittest
.
skipIf
(
True
,
"temporarily disabled: see #25940"
)
def
test_handshake
(
self
):
with
support
.
transient_internet
(
"svn.python.org"
):
sock
=
socket
.
socket
(
socket
.
AF_INET
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment