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 @@ -66,6 +66,8 @@ public class StartTest implements TestkitRequest
66
66
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestOptimizations\\ .test_uses_implicit_default_arguments$" , skipMessage );
67
67
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestOptimizations\\ .test_uses_implicit_default_arguments_multi_query$" , skipMessage );
68
68
COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestOptimizations\\ .test_uses_implicit_default_arguments_multi_query_nested$" , skipMessage );
69
+ skipMessage = "This test became flaky and needs investigation" ;
70
+ COMMON_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .test_trusted_ca_correct_hostname$" , skipMessage );
69
71
70
72
ASYNC_SKIP_PATTERN_TO_REASON .putAll ( COMMON_SKIP_PATTERN_TO_REASON );
71
73
You can’t perform that action at this time.
0 commit comments