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
6363 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_on_tx_run$" , skipMessage );
6464 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_raises_error_on_session_run$" , skipMessage );
6565 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 );
6667 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .NoRouting[^.]+\\ .test_should_error_on_database_shutdown_using_tx_run$" , "Session close throws error" );
6768 skipMessage = "Requires investigation" ;
6869 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestProtocolVersions\\ .test_server_agent" , skipMessage );
You can’t perform that action at this time.
0 commit comments