Skip to content

Commit 3fa57c2

Browse files
committed
add another win skip
1 parent 8a5dc60 commit 3fa57c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/unified_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ def maybe_skip_test(self, spec):
531531
slow_win32 = [
532532
*slow_macos,
533533
"maxTimeMS value in the command is less than timeoutMS",
534+
"timeoutMS applies to whole operation.*",
534535
]
535536
if sys.platform == "win32" and "gridfs" in class_name:
536537
self.skipTest("PYTHON-3522 CSOT GridFS test runs too slow on Windows")

test/unified_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ def maybe_skip_test(self, spec):
530530
slow_win32 = [
531531
*slow_macos,
532532
"maxTimeMS value in the command is less than timeoutMS",
533+
"timeoutMS applies to whole operation.*",
533534
]
534535
if sys.platform == "win32" and "gridfs" in class_name:
535536
self.skipTest("PYTHON-3522 CSOT GridFS test runs too slow on Windows")

0 commit comments

Comments
 (0)