Skip to content

Commit 81f7a1b

Browse files
committed
another flakey test to skip
1 parent c0e37e5 commit 81f7a1b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/asynchronous/unified_format.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,8 @@ def maybe_skip_test(self, spec):
550550
and not _IS_SYNC
551551
):
552552
self.skipTest("PYTHON-5170 tests are flakey")
553+
if "Driver extends timeout while streaming" in spec["description"] and not _IS_SYNC:
554+
self.skipTest("PYTHON-5174 tests are flakey")
553555

554556
class_name = self.__class__.__name__.lower()
555557
description = spec["description"].lower()

test/unified_format.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ def maybe_skip_test(self, spec):
549549
and not _IS_SYNC
550550
):
551551
self.skipTest("PYTHON-5170 tests are flakey")
552+
if "Driver extends timeout while streaming" in spec["description"] and not _IS_SYNC:
553+
self.skipTest("PYTHON-5174 tests are flakey")
552554

553555
class_name = self.__class__.__name__.lower()
554556
description = spec["description"].lower()

0 commit comments

Comments
 (0)