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