Skip to content

Commit 1ee7abe

Browse files
authored
Skip timeout: connection acquisition timeout includes router handshake (#951)
1 parent fe4135d commit 1ee7abe

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ const skippedTests = [
158158
skip(
159159
'Flaky tests, requires investigation',
160160
ifEndsWith('.test_should_fail_when_writing_to_unexpectedly_interrupting_writers_using_tx_function')
161+
),
162+
skip(
163+
'TODO: ConnectionAcquisitionTimeout cancels handshake with the router',
164+
ifEquals(
165+
'stub.driver_parameters.test_connection_acquisition_timeout_ms.TestConnectionAcquisitionTimeoutMs.test_does_not_encompass_router_handshake'
166+
)
161167
)
162168
]
163169

0 commit comments

Comments
 (0)