Skip to content

Commit

Permalink
TestKit: Skip IPv6 test for now (neo4j#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 and injectives committed Jul 23, 2024
1 parent 0cb0b50 commit 7e34d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchkit-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>neo4j-java-driver-parent</artifactId>
<groupId>org.neo4j.driver</groupId>
<version>5.17-SNAPSHOT</version>
<version>5.15-SNAPSHOT</version>
</parent>

<artifactId>benchkit-backend</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ public class StartTest implements TestkitRequest {
COMMON_SKIP_PATTERN_TO_REASON.put(
"^.*\\.TestOptimizations\\.test_uses_implicit_default_arguments_multi_query_nested$", skipMessage);
COMMON_SKIP_PATTERN_TO_REASON.put("^.*\\.TestResultSingle\\.test_result_single_with_2_records$", 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 7e34d3e

Please sign in to comment.