File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -481,9 +481,6 @@ def test_contextlib(self):
481481 def test_interrupt_signal (self ):
482482 # Test fix for PYTHON-294 -- make sure Connection closes its
483483 # socket if it gets an interrupt while waiting to recv() from it.
484- if sys .platform == "win32" :
485- raise SkipTest ()
486-
487484 c = get_connection ()
488485 db = c .pymongo_test
489486
Original file line number Diff line number Diff line change @@ -499,9 +499,6 @@ def get_cursor_counts():
499499 def test_interrupt_signal (self ):
500500 # Test fix for PYTHON-294 -- make sure Connection closes its
501501 # socket if it gets an interrupt while waiting to recv() from it.
502- if sys .platform == "win32" :
503- raise SkipTest ()
504-
505502 c = self ._get_connection ()
506503 db = c .pymongo_test
507504
You can’t perform that action at this time.
0 commit comments