File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ public class StartTest implements TestkitRequest
78
78
SKIP_PATTERN_TO_REASON
79
79
.put ( "^.+test_routing_v4x1.RoutingV4x1.test_should_write_successfully_on_writer_using_tx_function" , SERVER_INFO_SKIP_REASON_MESSAGE );
80
80
SKIP_PATTERN_TO_REASON .put ( "^.+test_routing_v4x1.RoutingV4x1.test_should_write_successfully_on_writer_using_tx_run" , SERVER_INFO_SKIP_REASON_MESSAGE );
81
+ SKIP_PATTERN_TO_REASON .put ( "^.+versions.TestProtocolVersions.test_server_agent" , SERVER_INFO_SKIP_REASON_MESSAGE );
82
+ SKIP_PATTERN_TO_REASON .put ( "^.+versions.TestProtocolVersions.test_server_version" , SERVER_INFO_SKIP_REASON_MESSAGE );
83
+ SKIP_PATTERN_TO_REASON .put ( "^.+test_retry.TestRetry.test_no_retry_on_syntax_error$" , "This test uses 4.3 Bolt" );
81
84
}
82
85
83
86
private StartTestBody data ;
You can’t perform that action at this time.
0 commit comments