Skip to content

Commit

Permalink
Skip test_trusted_ca_correct_hostname test (#1213) (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed Jun 23, 2022
1 parent 6a0153f commit c347aad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ 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);

ASYNC_SKIP_PATTERN_TO_REASON.putAll(COMMON_SKIP_PATTERN_TO_REASON);
ASYNC_SKIP_PATTERN_TO_REASON.put(
Expand Down

0 comments on commit c347aad

Please sign in to comment.