Skip to content

Commit

Permalink
TestKit: Skip IPv6 test for now (#1180)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Barcelos <antonio.barcelos@neo4j.com>
  • Loading branch information
robsdedude committed Feb 19, 2024
1 parent 9e01c71 commit 1fcdee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/testkit-backend/src/skipped-tests/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ const skippedTests = [
ifStartsWith('stub.routing.test_routing_')
.and(
ifEndsWith('.test_should_drop_connections_failing_liveness_check'))
),
skip(
'Needs trying all DNS resolved addresses for hosts in the routing table',
ifEndsWith('.test_ipv6_read').and(startsWith('stub.routing.test_routing_'))
)
]

Expand Down

0 comments on commit 1fcdee9

Please sign in to comment.