Skip to content

Commit 1fb807b

Browse files
robsdedudebigmontz
authored andcommitted
Skip timeout: connection acquisition timeout includes router handshake (neo4j#951)
1 parent d07d437 commit 1fb807b

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
@@ -162,6 +162,12 @@ const skippedTests = [
162162
skip(
163163
'Flaky tests, requires investigation',
164164
ifEndsWith('.test_should_fail_when_writing_to_unexpectedly_interrupting_writers_using_tx_function')
165+
),
166+
skip(
167+
'TODO: ConnectionAcquisitionTimeout cancels handshake with the router',
168+
ifEquals(
169+
'stub.driver_parameters.test_connection_acquisition_timeout_ms.TestConnectionAcquisitionTimeoutMs.test_does_not_encompass_router_handshake'
170+
)
165171
)
166172
]
167173

0 commit comments

Comments
 (0)