@@ -53,12 +53,17 @@ public class StartTest implements TestkitRequest
5353 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_failed_tx_run_allows(_skipping)?_rollback" , skipMessage );
5454 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestAuthorizationV\\ dx\\ d\\ .test_should_fail_with_auth_expired_on_run_using_tx_run$" , skipMessage );
5555 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestAuthorizationV\\ dx\\ d\\ .test_should_fail_with_token_expired_on_run_using_tx_run$" , skipMessage );
56- skipMessage = "Requires investigation" ;
57- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDirectConnectionRecvTimeout\\ ..*$" , skipMessage );
58- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ ..*$" , skipMessage );
56+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDirectConnectionRecvTimeout\\ .test_timeout$" , skipMessage );
57+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDirectConnectionRecvTimeout\\ .test_timeout_unmanaged_tx$" , skipMessage );
58+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDirectConnectionRecvTimeout\\ .test_timeout_unmanaged_tx_should_fail_subsequent_usage_after_timeout$" ,
59+ skipMessage );
60+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDirectConnectionRecvTimeout\\ .test_timeout_managed_tx_retry$" , skipMessage );
5961 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout$" , skipMessage );
6062 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout_unmanaged_tx$" , skipMessage );
61- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRunParameters\\ ..*$" , skipMessage );
63+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout_unmanaged_tx_should_fail_subsequent_usage_after_timeout$" ,
64+ skipMessage );
65+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout_managed_tx_retry$" , skipMessage );
66+ skipMessage = "Requires investigation" ;
6267 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_nested$" , skipMessage );
6368 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_partial_iteration$" , skipMessage );
6469 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxFuncRun\\ .test_iteration_nested$" , skipMessage );
0 commit comments