@@ -66,8 +66,6 @@ public class StartTest implements TestkitRequest
66
66
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_discard_on_session_close_unfinished_result$" ,
67
67
"Does not support partially consumed state" );
68
68
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .NoRouting[^.]+\\ .test_should_error_on_database_shutdown_using_tx_run$" , "Session close throws error" );
69
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function$" ,
70
- "Commit failure leaks outside function" );
71
69
REACTIVE_SKIP_PATTERN_TO_REASON .put (
72
70
"^.*\\ .Routing[^.]+\\ .test_should_fail_when_reading_from_unexpectedly_interrupting_readers_on_run_using_tx_function$" ,
73
71
"Rollback failures following commit failure" );
@@ -84,7 +82,6 @@ public class StartTest implements TestkitRequest
84
82
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDirectConnectionRecvTimeout\\ ..*$" , skipMessage );
85
83
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ ..*$" , skipMessage );
86
84
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_successfully_acquire_rt_when_router_ip_changes$" , skipMessage );
87
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_revert_to_initial_router_if_known_router_throws_protocol_errors$" , skipMessage );
88
85
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout$" , skipMessage );
89
86
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout_unmanaged_tx$" , skipMessage );
90
87
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_session_on_tx_commit$" , skipMessage );
0 commit comments