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,10 +53,11 @@ 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
+ COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_managed_tx_raises_tx_managed_exec$" ,
57
+ "Driver (still) allows explicit managing of managed transaction" );
56
58
String skipMessage = "This test expects hostname verification to be turned off when all certificates are trusted" ;
57
59
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTrustAllCertsConfig\\ .test_trusted_ca_wrong_hostname$" , skipMessage );
58
60
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTrustAllCertsConfig\\ .test_untrusted_ca_wrong_hostname$" , skipMessage );
59
-
60
61
ASYNC_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
61
62
62
63
REACTIVE_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
You can’t perform that action at this time.
0 commit comments