File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,11 @@ public class StartTest implements TestkitRequest
51
51
SKIP_PATTERN_TO_REASON
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
- 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_after_hello" , "This test uses 4.3 Bolt" );
56
- SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.*\\ .test_disconnect_on_tx_begin" , "The 4.2 driver disconnects after first next" );
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_after_hello" , "This test uses 4.3 Bolt" );
56
+ SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.test_disconnect_on_tx_begin" , "The 4.2 driver disconnects after first next" );
57
+ SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.test_disconnect_on_tx_run" , "The 4.2 driver disconnects after first next" );
58
+ SKIP_PATTERN_TO_REASON .put ( "^.+disconnects.TestDisconnects.test_disconnect_session_on_run" , "The 4.2 driver disconnects after first next" );
57
59
SKIP_PATTERN_TO_REASON .put ( "^.+test_no_routing.NoRouting.test_should_read_successfully_using_session_run" , SERVER_INFO_SKIP_REASON_MESSAGE );
58
60
SKIP_PATTERN_TO_REASON
59
61
.put ( "^.+test_routing_v3.RoutingV3.test_should_read_successfully_from_reader_using_session_run" , SERVER_INFO_SKIP_REASON_MESSAGE );
You can’t perform that action at this time.
0 commit comments