Skip to content

Commit b95e3e4

Browse files
[FLINK-30307] Turn off e2e test error check temporarily
1 parent f2f8bff commit b95e3e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e-tests/utils.sh

+4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ function retry_times() {
132132

133133
function check_operator_log_for_errors {
134134
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+
135139
operator_pod_namespace=$(get_operator_pod_namespace)
136140
operator_pod_name=$(get_operator_pod_name)
137141
echo "Operator namespace: ${operator_pod_namespace} pod: ${operator_pod_name}"

0 commit comments

Comments
 (0)