We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f8bff commit b95e3e4Copy full SHA for b95e3e4
e2e-tests/utils.sh
@@ -132,6 +132,10 @@ function retry_times() {
132
133
function check_operator_log_for_errors {
134
echo "Checking for operator log errors..."
135
+ #https://issues.apache.org/jira/browse/FLINK-30310
136
+ echo "Error checking is temporarily turned off."
137
+ return 0
138
+
139
operator_pod_namespace=$(get_operator_pod_namespace)
140
operator_pod_name=$(get_operator_pod_name)
141
echo "Operator namespace: ${operator_pod_namespace} pod: ${operator_pod_name}"
0 commit comments