File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ public class StartTest implements TestkitRequest
52
52
.put ( "^.+routing.Routing.*\\ .test_should_successfully_get_server_protocol_version$" , "The test is not applicable to 4.2 driver" );
53
53
SKIP_PATTERN_TO_REASON .put ( "^.+routing.Routing.*\\ .test_should_successfully_get_server_agent$" , "The test is not applicable to 4.2 driver" );
54
54
SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.test_client_says_goodbye$" , "This test uses 4.3 Bolt" );
55
+ SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.test_disconnect_on_hello" , "This test uses 4.3 Bolt" );
55
56
SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.test_disconnect_after_hello" , "This test uses 4.3 Bolt" );
56
57
SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.test_disconnect_on_tx_begin" , "The 4.2 driver disconnects after first next" );
57
58
SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.test_disconnect_on_tx_run" , "The 4.2 driver disconnects after first next" );
You can’t perform that action at this time.
0 commit comments