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