Skip to content

Commit d8caa42

Browse files
authored
test(NODE-6802): unskip operations against non-load balanced clusters fail if URI contains loadBalanced=true on latest (#4484)
1 parent 5ce0a4e commit d8caa42

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

test/spec/load-balancers/non-lb-connection-establishment.json

-13
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@
5757
"tests": [
5858
{
5959
"description": "operations against non-load balanced clusters fail if URI contains loadBalanced=true",
60-
"runOnRequirements": [
61-
{
62-
"maxServerVersion": "8.0.99",
63-
"topologies": [
64-
"single"
65-
]
66-
},
67-
{
68-
"topologies": [
69-
"sharded"
70-
]
71-
}
72-
],
7360
"operations": [
7461
{
7562
"name": "runCommand",

test/spec/load-balancers/non-lb-connection-establishment.yml

-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ tests:
4242
# If the server is not configured to be behind a load balancer and the URI contains loadBalanced=true, the driver
4343
# should error during the connection handshake because the server's hello response does not contain a serviceId field.
4444
- description: operations against non-load balanced clusters fail if URI contains loadBalanced=true
45-
runOnRequirements:
46-
- maxServerVersion: 8.0.99 # DRIVERS-3108: Skip test on >=8.1 mongod. SERVER-85804 changes a non-LB mongod to close connection.
47-
topologies: [ single ]
48-
- topologies: [ sharded ]
49-
5045
operations:
5146
- name: runCommand
5247
object: *lbTrueDatabase

0 commit comments

Comments
 (0)