File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ public class StartTest implements TestkitRequest
61
61
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_after_hello$" , skipMessage );
62
62
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_session_on_run$" , skipMessage );
63
63
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_on_tx_run$" , skipMessage );
64
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_raises_error_on_session_run$" , skipMessage );
65
+ REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTxRun\\ .test_raises_error_on_tx(_func)?_run" , skipMessage );
64
66
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .NoRouting[^.]+\\ .test_should_error_on_database_shutdown_using_tx_run$" , "Session close throws error" );
65
67
skipMessage = "Requires investigation" ;
66
68
REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestProtocolVersions\\ .test_server_agent" , skipMessage );
You can’t perform that action at this time.
0 commit comments