Skip to content

Commit e1a6095

Browse files
authored
Skip Testkit integration test that requires investigation (#1048)
1 parent 7a856f7 commit e1a6095

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public class StartTest implements TestkitRequest
102102
SKIP_PATTERN_TO_REASON.put( "^.+test_no_routing_v4x1\\.NoRoutingV4x1\\..*$", skipReason );
103103
SKIP_PATTERN_TO_REASON.put( "^.+TestProtocolVersions\\.test_should_reject_server_using_verify_connectivity_bolt_3x0$", skipReason );
104104
SKIP_PATTERN_TO_REASON.put( "^.+TestProtocolVersions\\.test_supports_bolt_4x3$", skipReason );
105+
SKIP_PATTERN_TO_REASON.put( "^.+TestDirectDriver\\.test_multi_db_non_existing$", skipReason );
105106
}
106107

107108
private StartTestBody data;

0 commit comments

Comments
 (0)