Skip to content

Commit 745cb3c

Browse files
committed
Skip tests which needs unification
1 parent b704559 commit 745cb3c

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
@@ -187,6 +187,12 @@ const skippedTests = [
187187
endsWith('test_error_on_rollback_using_tx_run')
188188
)
189189
)
190+
),
191+
skip(
192+
'Behaviour pending unification',
193+
ifStartsWith('stub.routing.test_routing_')
194+
.and(
195+
ifEndsWith('.test_should_drop_connections_failing_liveness_check'))
190196
)
191197
]
192198

0 commit comments

Comments
 (0)