File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ public class StartTest implements TestkitRequest {
81
81
"^.*\\ .TestOptimizations\\ .test_uses_implicit_default_arguments_multi_query$" , skipMessage );
82
82
COMMON_SKIP_PATTERN_TO_REASON .put (
83
83
"^.*\\ .TestOptimizations\\ .test_uses_implicit_default_arguments_multi_query_nested$" , skipMessage );
84
- skipMessage = "This test became flaky and needs investigation" ;
85
- COMMON_SKIP_PATTERN_TO_REASON .put ("^.*\\ .test_trusted_ca_correct_hostname$" , skipMessage );
86
84
skipMessage = "Additional type support is needed" ;
87
85
COMMON_SKIP_PATTERN_TO_REASON .put (
88
86
"^neo4j\\ .datatypes\\ .test_temporal_types\\ .TestDataTypes\\ ..*$" , skipMessage );
You can’t perform that action at this time.
0 commit comments