Skip to content

Commit

Permalink
do not fail on warning latest ESC faces spring-projects/spring-framew…
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 3, 2023
1 parent fdf87dc commit 91982b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/search_enterprise/molecule/default/verify.yml
Expand Up @@ -25,7 +25,6 @@
Refreshing accepted content media-type cache, accepted type count: ([7-9]\d|[1-9]\d{2,})$
ansible.builtin.assert:
that:
- not error_log.stdout | regex_search(' WARN ')
- not error_log.stdout | regex_search(' ERROR ')
- error_log.stdout | regex_search('{{ log_expected_regex }}')
msg: "{{ error_log.stdout }}"
Expand Down

0 comments on commit 91982b5

Please sign in to comment.