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 9e01c71 commit 1fcdee9Copy full SHA for 1fcdee9
packages/testkit-backend/src/skipped-tests/common.js
@@ -193,6 +193,10 @@ const skippedTests = [
193
ifStartsWith('stub.routing.test_routing_')
194
.and(
195
ifEndsWith('.test_should_drop_connections_failing_liveness_check'))
196
+ ),
197
+ skip(
198
+ 'Needs trying all DNS resolved addresses for hosts in the routing table',
199
+ ifEndsWith('.test_ipv6_read').and(startsWith('stub.routing.test_routing_'))
200
)
201
]
202
0 commit comments