Skip to content

Commit 2b6de4e

Browse files
Skip failing interrupt in use test on lb topologies
1 parent 4084018 commit 2b6de4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ const LB_SKIP_TESTS: SkipDescription[] = [
1212
'clearing a paused pool emits no events',
1313
'after clear, cannot check out connections until pool ready',
1414
'readying a ready pool emits no events',
15-
'error during minPoolSize population clears pool'
15+
'error during minPoolSize population clears pool',
16+
'Connections MUST be interrupted as soon as possible (interruptInUseConnections=true)'
1617
].map(description => ({
1718
description,
1819
skipIfCondition: 'loadBalanced',

0 commit comments

Comments
 (0)