File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >neo4j-java-driver-parent</artifactId >
9
9
<groupId >org.neo4j.driver</groupId >
10
- <version >5.17 -SNAPSHOT</version >
10
+ <version >5.15 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >benchkit-backend</artifactId >
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ public class StartTest implements TestkitRequest {
84
84
COMMON_SKIP_PATTERN_TO_REASON .put (
85
85
"^.*\\ .TestOptimizations\\ .test_uses_implicit_default_arguments_multi_query_nested$" , skipMessage );
86
86
COMMON_SKIP_PATTERN_TO_REASON .put ("^.*\\ .TestResultSingle\\ .test_result_single_with_2_records$" , skipMessage );
87
+ COMMON_SKIP_PATTERN_TO_REASON .put (
88
+ "^stub\\ .routing\\ .test_routing_v[^.]*\\ .RoutingV[^.]*\\ .test_ipv6_read" ,
89
+ "Needs trying all DNS resolved addresses for hosts in the routing table" );
87
90
88
91
SYNC_SKIP_PATTERN_TO_REASON .putAll (COMMON_SKIP_PATTERN_TO_REASON );
89
92
skipMessage =
You can’t perform that action at this time.
0 commit comments