Skip to content

Commit ea002da

Browse files
authored
TestKit: skip one of the newly added summary tests (#1617)
1 parent 5306f43 commit ea002da

File tree

1 file changed

+3
-0
lines changed
  • testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests

1 file changed

+3
-0
lines changed

testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests/StartTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ public class StartTest implements TestkitRequest {
8989
COMMON_SKIP_PATTERN_TO_REASON.put(
9090
"^stub\\.routing\\.test_routing_v[^.]*\\.RoutingV[^.]*\\.test_ipv6_read",
9191
"Needs trying all DNS resolved addresses for hosts in the routing table");
92+
COMMON_SKIP_PATTERN_TO_REASON.put(
93+
"^stub\\.summary\\.test_summary\\.TestSummaryBasicInfoDiscard\\.test_times$",
94+
"Driver sets summary's resultAvailableAfter to -1 on discard");
9295

9396
SYNC_SKIP_PATTERN_TO_REASON.putAll(COMMON_SKIP_PATTERN_TO_REASON);
9497
skipMessage =

0 commit comments

Comments
 (0)