Skip to content

Commit 6667d25

Browse files
A. Jesse Jiryu Davisbehackett
authored andcommitted
Re-enable interrupt tests on Windows
1 parent 2a2a871 commit 6667d25

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/test_connection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

test/test_replica_set_connection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)