@@ -97,17 +97,19 @@ public class StartTest implements TestkitRequest
97
97
REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout_managed_tx_retry$" , skipMessage );
98
98
REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_broken_transaction_should_not_break_session$" , skipMessage );
99
99
REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_does_not_update_last_bookmark_on_failure$" , skipMessage );
100
- skipMessage = "Does not support multiple concurrent result streams on session level" ;
101
- REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_nested$" , skipMessage );
102
- REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_partial_iteration$" , skipMessage );
103
100
skipMessage = "The expects run failure to be reported immediately on run method" ;
104
101
REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put (
105
102
"^.*\\ .Routing[^.]+\\ .test_should_fail_when_writing_on_unexpectedly_interrupting_writer_on_run_using_tx_run$" , skipMessage );
103
+ skipMessage = "Does not support multiple concurrent result streams on session level" ;
104
+ REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_nested$" , skipMessage );
105
+ REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_partial_iteration$" , skipMessage );
106
+ REACTIVE_LEGACY_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestIterationSessionRun\\ .test_nested$" , skipMessage );
106
107
107
108
REACTIVE_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
108
109
109
110
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_nested$" , skipMessage );
110
111
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_partial_iteration$" , skipMessage );
112
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestIterationSessionRun\\ .test_nested$" , skipMessage );
111
113
}
112
114
113
115
private StartTestBody data ;
0 commit comments