Skip to content

Commit a090b32

Browse files
committed
Revert "PYTHON-5342 - Skip async test_srv_polling tests on Windows (mongodb#2320)"
This reverts commit e7db0e3.
1 parent d0b0dc3 commit a090b32

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/asynchronous/test_srv_polling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import time
2121
from test.utils_shared import FunctionCallRecorder
2222
from typing import Any
23-
from unittest import skipIf
2423

2524
sys.path[0:0] = [""]
2625

@@ -92,7 +91,6 @@ def __exit__(self, exc_type, exc_val, exc_tb):
9291
self.disable()
9392

9493

95-
@skipIf(not _IS_SYNC and sys.platform == "win32", "PYTHON-5342 known issue on Windows")
9694
class TestSrvPolling(AsyncPyMongoTestCase):
9795
BASE_SRV_RESPONSE = [
9896
("localhost.test.build.10gen.cc", 27017),

test/test_srv_polling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import time
2121
from test.utils_shared import FunctionCallRecorder
2222
from typing import Any
23-
from unittest import skipIf
2423

2524
sys.path[0:0] = [""]
2625

@@ -92,7 +91,6 @@ def __exit__(self, exc_type, exc_val, exc_tb):
9291
self.disable()
9392

9493

95-
@skipIf(not _IS_SYNC and sys.platform == "win32", "PYTHON-5342 known issue on Windows")
9694
class TestSrvPolling(PyMongoTestCase):
9795
BASE_SRV_RESPONSE = [
9896
("localhost.test.build.10gen.cc", 27017),

0 commit comments

Comments
 (0)