Skip to content

Commit

Permalink
TestKit: Skip IPv6 test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Feb 15, 2024
1 parent 149b0ad commit 1650f6c
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_[^.]*\\.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 1650f6c

Please sign in to comment.