File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,13 @@ public class StartTest implements TestkitRequest
83
83
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRunParameters\\ ..*$" , skipMessage );
84
84
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_rollback_tx_on_session_close_unfinished_result$" , skipMessage );
85
85
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_rollback_tx_on_session_close_untouched_result$" , skipMessage );
86
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_autocommit_transactions_should_support_timeout$" , skipMessage );
87
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_fails_on_bad_syntax$" , skipMessage );
88
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_fails_on_missing_parameter$" , skipMessage );
89
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_larger_than_fetch_size$" , skipMessage );
90
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_iteration_nested$" , skipMessage );
91
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxFuncRun\\ .test_iteration_nested$" , skipMessage );
92
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_should_not_run_valid_query_in_invalid_tx$" , skipMessage );
86
93
}
87
94
88
95
private StartTestBody data ;
You can’t perform that action at this time.
0 commit comments