We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95e3e4 commit e047973Copy full SHA for e047973
e2e-tests/utils.sh
@@ -145,7 +145,6 @@ function check_operator_log_for_errors {
145
| grep -v "Failed to submit job to session cluster" `#https://issues.apache.org/jira/browse/FLINK-30148` \
146
| grep -v "Error during event processing" `#https://issues.apache.org/jira/browse/FLINK-30149` \
147
| grep -v "REST service in session cluster is bad now" `#https://issues.apache.org/jira/browse/FLINK-30150` \
148
- | grep -v "AuditUtils" `#https://issues.apache.org/jira/browse/FLINK-30151` \
149
| grep -v "Error while patching status" `#https://issues.apache.org/jira/browse/FLINK-30283` \
150
| grep -e "\[\s*ERROR\s*\]" || true)
151
if [ -z "${errors}" ]; then
0 commit comments