Skip to content

Commit

Permalink
Unskip test_trusted_ca_correct_hostname (neo4j#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed Jun 27, 2022
1 parent 9c2a1cc commit 2eefac2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public class StartTest implements TestkitRequest {
"^.*\\.TestOptimizations\\.test_uses_implicit_default_arguments_multi_query$", skipMessage);
COMMON_SKIP_PATTERN_TO_REASON.put(
"^.*\\.TestOptimizations\\.test_uses_implicit_default_arguments_multi_query_nested$", skipMessage);
skipMessage = "This test became flaky and needs investigation";
COMMON_SKIP_PATTERN_TO_REASON.put("^.*\\.test_trusted_ca_correct_hostname$", skipMessage);
skipMessage = "Additional type support is needed";
COMMON_SKIP_PATTERN_TO_REASON.put(
"^neo4j\\.datatypes\\.test_temporal_types\\.TestDataTypes\\..*$", skipMessage);
Expand Down

0 comments on commit 2eefac2

Please sign in to comment.