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 fe4135d commit 1ee7abeCopy full SHA for 1ee7abe
packages/testkit-backend/src/skipped-tests/common.js
@@ -158,6 +158,12 @@ const skippedTests = [
158
skip(
159
'Flaky tests, requires investigation',
160
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
+ )
167
)
168
]
169
0 commit comments