File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ public class StartTest implements TestkitRequest
63
63
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout_unmanaged_tx_should_fail_subsequent_usage_after_timeout$" ,
64
64
skipMessage );
65
65
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRoutingConnectionRecvTimeout\\ .test_timeout_managed_tx_retry$" , skipMessage );
66
- skipMessage = "Requires investigation" ;
67
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_nested$" , skipMessage );
68
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_partial_iteration$" , skipMessage );
69
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxFuncRun\\ .test_iteration_nested$" , skipMessage );
70
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_broken_transaction_should_not_break_session$" , skipMessage );
71
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_does_not_update_last_bookmark_on_failure$" , skipMessage );
72
- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_interwoven_queries$" , skipMessage );
73
66
}
74
67
75
68
private StartTestBody data ;
You can’t perform that action at this time.
0 commit comments