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 @@ -74,8 +74,6 @@ public class StartTest implements TestkitRequest {
74
74
"^.*\\ .TestOptimizations\\ .test_uses_implicit_default_arguments_multi_query$" , skipMessage );
75
75
COMMON_SKIP_PATTERN_TO_REASON .put (
76
76
"^.*\\ .TestOptimizations\\ .test_uses_implicit_default_arguments_multi_query_nested$" , skipMessage );
77
- skipMessage = "This test became flaky and needs investigation" ;
78
- COMMON_SKIP_PATTERN_TO_REASON .put ("^.*\\ .test_trusted_ca_correct_hostname$" , skipMessage );
79
77
skipMessage = "Additional type support is needed" ;
80
78
COMMON_SKIP_PATTERN_TO_REASON .put (
81
79
"^neo4j\\ .datatypes\\ .test_temporal_types\\ .TestDataTypes\\ ..*$" , skipMessage );
You can’t perform that action at this time.
0 commit comments