We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07d437 commit 1fb807bCopy full SHA for 1fb807b
packages/testkit-backend/src/skipped-tests/common.js
@@ -162,6 +162,12 @@ const skippedTests = [
162
skip(
163
'Flaky tests, requires investigation',
164
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
+ )
171
)
172
]
173
0 commit comments