We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485b3d6 commit 9219f75Copy full SHA for 9219f75
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests/StartTest.java
@@ -56,6 +56,7 @@ public class StartTest implements TestkitRequest
56
String skipMessage = "This test expects hostname verification to be turned off when all certificates are trusted";
57
COMMON_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestTrustAllCertsConfig\\.test_trusted_ca_wrong_hostname$", skipMessage );
58
COMMON_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestTrustAllCertsConfig\\.test_untrusted_ca_wrong_hostname$", skipMessage );
59
+ COMMON_SKIP_PATTERN_TO_REASON.put( "^.*\\.test_managed_tx_raises_tx_managed_exec", "Requires investigation" );
60
61
ASYNC_SKIP_PATTERN_TO_REASON.putAll( COMMON_SKIP_PATTERN_TO_REASON );
62
0 commit comments