Skip to content

Commit 1a1c11c

Browse files
authored
Skip timeout: connection acquisition timeout includes router handshake (#950)
1 parent 72e463f commit 1a1c11c

File tree

1 file changed

+6
-0
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+6
-0
lines changed

packages/testkit-backend/src/skipped-tests/common.js

+6
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ const skippedTests = [
132132
ifEquals(
133133
'stub.iteration.test_result_list.TestResultList.test_session_run_result_list_pulls_all_records_at_once_next_before_list'
134134
)
135+
),
136+
skip(
137+
"TODO: ConnectionAcquisitionTimeout cancels handshake with the router",
138+
ifEquals(
139+
"stub.driver_parameters.test_connection_acquisition_timeout_ms.TestConnectionAcquisitionTimeoutMs.test_does_not_encompass_router_handshake"
140+
)
135141
)
136142
]
137143

0 commit comments

Comments
 (0)