Skip to content

Commit

Permalink
TestKit: Skip IPv6 test for now (#1535)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Barcelos <antonio.barcelos@neo4j.com>
  • Loading branch information
robsdedude authored Feb 15, 2024
1 parent 149b0ad commit 147305e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ public class StartTest implements TestkitRequest {
"^.*\\.TestOptimizations\\.test_uses_implicit_default_arguments_multi_query$", skipMessage);
COMMON_SKIP_PATTERN_TO_REASON.put(
"^.*\\.TestOptimizations\\.test_uses_implicit_default_arguments_multi_query_nested$", skipMessage);
COMMON_SKIP_PATTERN_TO_REASON.put(
"^stub\\.routing\\.test_routing_v[^.]*\\.RoutingV[^.]*\\.test_ipv6_read",
"Needs trying all DNS resolved addresses for hosts in the routing table");

SYNC_SKIP_PATTERN_TO_REASON.putAll(COMMON_SKIP_PATTERN_TO_REASON);
skipMessage =
Expand Down

0 comments on commit 147305e

Please sign in to comment.