diff --git a/test/asynchronous/unified_format.py b/test/asynchronous/unified_format.py index 5913e3fcdf..5e6e24e9c4 100644 --- a/test/asynchronous/unified_format.py +++ b/test/asynchronous/unified_format.py @@ -586,6 +586,19 @@ def maybe_skip_test(self, spec): ): self.skipTest("Implement PYTHON-4597") + # PYTHON-5966 + python_5966_tests = [ + "reset server and pool after network timeout error during authentication", + "driver extends timeout while streaming", + "connection pool clear uses interruptinuseconnections=true after monitor timeout", + "error returned from connection pool clear with interruptinuseconnections=true is retryable", + "error returned from connection pool clear with interruptinuseconnections=true is retryable for write", + ] + if description in python_5966_tests: + self.skipTest( + "PYTHON pre-auth streamable hello floor causes spurious heartbeat timeouts" + ) + if "csot" in class_name: # Skip tests that are too slow to run on a given platform. slow_macos = [ diff --git a/test/unified_format.py b/test/unified_format.py index 648a0387cc..4892a91e52 100644 --- a/test/unified_format.py +++ b/test/unified_format.py @@ -585,6 +585,19 @@ def maybe_skip_test(self, spec): ): self.skipTest("Implement PYTHON-4597") + # PYTHON-5966 + python_5966_tests = [ + "reset server and pool after network timeout error during authentication", + "driver extends timeout while streaming", + "connection pool clear uses interruptinuseconnections=true after monitor timeout", + "error returned from connection pool clear with interruptinuseconnections=true is retryable", + "error returned from connection pool clear with interruptinuseconnections=true is retryable for write", + ] + if description in python_5966_tests: + self.skipTest( + "PYTHON pre-auth streamable hello floor causes spurious heartbeat timeouts" + ) + if "csot" in class_name: # Skip tests that are too slow to run on a given platform. slow_macos = [