File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ public class StartTest implements TestkitRequest
53
53
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_partial_summary_contains_system_updates$" , "Does not contain updates because value is zero" );
54
54
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_partial_summary_contains_updates$" , "Does not contain updates because value is zero" );
55
55
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_supports_multi_db$" , "Database is None" );
56
-
56
+ COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_managed_tx_raises_tx_managed_exec$" ,
57
+ "Driver (still) allows explicit managing of managed transaction" );
57
58
ASYNC_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
58
59
59
60
REACTIVE_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
You can’t perform that action at this time.
0 commit comments