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 @@ -58,6 +58,8 @@ public class StartTest implements TestkitRequest
58
58
String skipMessage = "This test expects hostname verification to be turned off when all certificates are trusted" ;
59
59
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTrustAllCertsConfig\\ .test_trusted_ca_wrong_hostname$" , skipMessage );
60
60
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestTrustAllCertsConfig\\ .test_untrusted_ca_wrong_hostname$" , skipMessage );
61
+ COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_managed_tx_raises_tx_managed_exec" , "Requires investigation" );
62
+
61
63
ASYNC_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
62
64
63
65
REACTIVE_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
You can’t perform that action at this time.
0 commit comments