Skip to content

Commit

Permalink
TestKit: skip one of the newly added summary tests (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude authored Feb 18, 2025
1 parent 5306f43 commit ea002da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ public class StartTest implements TestkitRequest {
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");
COMMON_SKIP_PATTERN_TO_REASON.put(
"^stub\\.summary\\.test_summary\\.TestSummaryBasicInfoDiscard\\.test_times$",
"Driver sets summary's resultAvailableAfter to -1 on discard");

SYNC_SKIP_PATTERN_TO_REASON.putAll(COMMON_SKIP_PATTERN_TO_REASON);
skipMessage =
Expand Down

0 comments on commit ea002da

Please sign in to comment.