Skip to content

Commit

Permalink
Update bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed May 1, 2022
1 parent 7761d3c commit cd48d0b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public class StartTest implements TestkitRequest
COMMON_SKIP_PATTERN_TO_REASON.put( "^.*\\.TestOptimizations\\.test_uses_implicit_default_arguments$", skipMessage );
COMMON_SKIP_PATTERN_TO_REASON.put( "^.*\\.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 = "Flaky, 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 );

Expand Down

0 comments on commit cd48d0b

Please sign in to comment.