From a615fea4af1a1e316a8330a4c0fd3303b4908b17 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Wed, 19 Feb 2025 13:20:30 -0500 Subject: [PATCH] PYTHON-5142 Sync `non-lb-connection-establishment` test Sync `non-lb-connection-establishment` test to https://github.com/mongodb/specifications/commit/d05c33e0a6124ee7d1a9de665084d540b2ff06c5 --- .../non-lb-connection-establishment.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/load_balancer/non-lb-connection-establishment.json b/test/load_balancer/non-lb-connection-establishment.json index 6aaa7bdf98..f4fed13cc2 100644 --- a/test/load_balancer/non-lb-connection-establishment.json +++ b/test/load_balancer/non-lb-connection-establishment.json @@ -57,6 +57,19 @@ "tests": [ { "description": "operations against non-load balanced clusters fail if URI contains loadBalanced=true", + "runOnRequirements": [ + { + "maxServerVersion": "8.0.99", + "topologies": [ + "single" + ] + }, + { + "topologies": [ + "sharded" + ] + } + ], "operations": [ { "name": "runCommand",