Skip to content

Commit 1fcdee9

Browse files
authored
TestKit: Skip IPv6 test for now (neo4j#1180)
Signed-off-by: Antonio Barcelos <[email protected]>
1 parent 9e01c71 commit 1fcdee9

File tree

1 file changed

+4
-0
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+4
-0
lines changed

packages/testkit-backend/src/skipped-tests/common.js

+4
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ const skippedTests = [
193193
ifStartsWith('stub.routing.test_routing_')
194194
.and(
195195
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_'))
196200
)
197201
]
198202

0 commit comments

Comments
 (0)