@@ -61,7 +61,7 @@ public class StartTest implements TestkitRequest
61
61
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_after_hello$" , skipMessage );
62
62
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_session_on_run$" , skipMessage );
63
63
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_on_tx_run$" , skipMessage );
64
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .NoRouting[^.]+\\ .test_should_error_on_database_shutdown_using_tx_run$" , "Session close throws error" );
64
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.NoRouting[^.]+\\.test_should_error_on_database_shutdown_using_tx_run$", "Session close throws error" );
65
65
skipMessage = "Requires investigation" ;
66
66
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestProtocolVersions\\ .test_server_agent" , skipMessage );
67
67
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestProtocolVersions\\ .test_server_version" , skipMessage );
@@ -75,17 +75,17 @@ public class StartTest implements TestkitRequest
75
75
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout_unmanaged_tx$" , skipMessage );
76
76
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_session_on_tx_commit$" , skipMessage );
77
77
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRunParameters\\ ..*$" , skipMessage );
78
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_autocommit_transactions_should_support_timeout$" , skipMessage );
79
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_fails_on_bad_syntax$" , skipMessage );
80
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_fails_on_missing_parameter$" , skipMessage );
81
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_nested$" , skipMessage );
82
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_partial_iteration$" , skipMessage );
83
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxFuncRun\\ .test_iteration_nested$" , skipMessage );
84
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_broken_transaction_should_not_break_session$" , skipMessage );
85
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_does_not_update_last_bookmark_on_failure$" , skipMessage );
86
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_interwoven_queries$" , skipMessage );
87
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_should_not_run_valid_query_in_invalid_tx$" , skipMessage );
88
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_tx_timeout$" , skipMessage );
78
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestSessionRun\\.test_autocommit_transactions_should_support_timeout$", skipMessage );
79
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestSessionRun\\.test_fails_on_bad_syntax$", skipMessage );
80
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestSessionRun\\.test_fails_on_missing_parameter$", skipMessage );
81
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestSessionRun\\.test_iteration_nested$", skipMessage );
82
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestSessionRun\\.test_partial_iteration$", skipMessage );
83
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestTxFuncRun\\.test_iteration_nested$", skipMessage );
84
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestTxRun\\.test_broken_transaction_should_not_break_session$", skipMessage );
85
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestTxRun\\.test_does_not_update_last_bookmark_on_failure$", skipMessage );
86
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestTxRun\\.test_interwoven_queries$", skipMessage );
87
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestTxRun\\.test_should_not_run_valid_query_in_invalid_tx$", skipMessage );
88
+ // REACTIVE_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestTxRun\\.test_tx_timeout$", skipMessage );
89
89
}
90
90
91
91
private StartTestBody data ;
0 commit comments