Skip to content

Commit 08caf70

Browse files
fix lint and failing test
1 parent 94a7090 commit 08caf70

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

test/integration/server-discovery-and-monitoring/server_discovery_and_monitoring.spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const skipTable: { pattern: string; reason: string }[] = [
1818
}
1919
];
2020

21-
describe.only('SDAM Unified Tests (Spec)', function () {
21+
describe('SDAM Unified Tests (Spec)', function () {
2222
const specTests = loadSpecTests(path.join('server-discovery-and-monitoring', 'unified'));
2323
runUnifiedSuite(specTests, test => {
2424
for (const { pattern, reason } of skipTable) {

test/spec/server-discovery-and-monitoring/unified/pool-clear-min-pool-size-error.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"minServerVersion": "4.4",
77
"serverless": "forbid",
88
"topologies": [
9-
"single",
10-
"replicaset",
11-
"sharded"
9+
"single"
1210
]
1311
}
1412
],
@@ -115,15 +113,6 @@
115113
},
116114
{
117115
"description": "Pool is cleared on handshake error during minPoolSize population",
118-
"runOnRequirements": [
119-
{
120-
"minServerVersion": "4.4",
121-
"serverless": "forbid",
122-
"topologies": [
123-
"single"
124-
]
125-
}
126-
],
127116
"operations": [
128117
{
129118
"name": "createEntities",

test/spec/server-discovery-and-monitoring/unified/pool-clear-min-pool-size-error.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runOnRequirements:
77
# failCommand appName requirements
88
- minServerVersion: "4.4"
99
serverless: forbid
10-
topologies: [ single, replicaset, sharded ]
10+
topologies: [ single ]
1111

1212
createEntities:
1313
- client:
@@ -70,11 +70,6 @@ tests:
7070
- connectionClosedEvent: {}
7171

7272
- description: Pool is cleared on handshake error during minPoolSize population
73-
runOnRequirements:
74-
# failCommand appName requirements
75-
- minServerVersion: "4.4"
76-
serverless: forbid
77-
topologies: [ single ]
7873
operations:
7974
- name: createEntities
8075
object: testRunner

0 commit comments

Comments
 (0)