Skip to content

Commit c45ef7c

Browse files
fix tests
1 parent 4a6ad4f commit c45ef7c

File tree

3 files changed

+0
-238
lines changed

3 files changed

+0
-238
lines changed

test/integration/connection-monitoring-and-pooling/connection_monitoring_and_pooling.spec.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ describe('Connection Monitoring and Pooling Spec Tests (Integration) - logging',
6969
) {
7070
return 'not applicable: waitQueueSize not supported';
7171
}
72-
if (test.description === 'Connection checkout fails due to error establishing connection') {
73-
return 'TODO(NODE-5230): unskip this once event ordering issue is resolved';
74-
}
7572
return false;
7673
});
7774
});

test/integration/connection-monitoring-and-pooling/connection_monitoring_and_pooling.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { loadSpecTests } from '../../spec';
22
import { type CmapTest, runCmapTestSuite } from '../../tools/cmap_spec_runner';
3-
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
43

54
describe('Connection Monitoring and Pooling (Node Driver)', function () {
65
const cmapTests: CmapTest[] = loadSpecTests(
@@ -17,10 +16,4 @@ describe('Connection Monitoring and Pooling (Node Driver)', function () {
1716
}
1817
]
1918
});
20-
21-
// TODO(NODE-5230): Remove this once the actual unified tests (test/spec/connection-monitoring-and-pooling/logging) are passing
22-
const unifiedTests = loadSpecTests(
23-
'../integration/connection-monitoring-and-pooling/unified-cmap-node-specs'
24-
);
25-
runUnifiedSuite(unifiedTests);
2619
});

test/integration/connection-monitoring-and-pooling/unified-cmap-node-specs/connection-logging.json

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)