@@ -53,12 +53,17 @@ public class StartTest implements TestkitRequest
53
53
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_failed_tx_run_allows(_skipping)?_rollback" , skipMessage );
54
54
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestAuthorizationV\\ dx\\ d\\ .test_should_fail_with_auth_expired_on_run_using_tx_run$" , skipMessage );
55
55
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 );
59
61
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout$" , skipMessage );
60
62
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" ;
62
67
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_nested$" , skipMessage );
63
68
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_partial_iteration$" , skipMessage );
64
69
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxFuncRun\\ .test_iteration_nested$" , skipMessage );
0 commit comments