Skip to content

Commit

Permalink
Try workaround for issues/8161
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Aug 16, 2024
1 parent 999379b commit 6e2d381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ function install_knative_eventing() {
UNINSTALL_LIST+=( "${EVENTING_RELEASE_YAML}" )
fi

# Workaround for https://github.com/knative/eventing/issues/8161
kubectl label namespace "${SYSTEM_NAMESPACE}" bindings.knative.dev/exclude=true --overwrite

# Setup config tracing for tracing tests
local TMP_CONFIG_TRACING_CONFIG=${TMP_DIR}/${CONFIG_TRACING_CONFIG##*/}
sed "s/namespace: ${KNATIVE_DEFAULT_NAMESPACE}/namespace: ${SYSTEM_NAMESPACE}/g" "${CONFIG_TRACING_CONFIG}" > "${TMP_CONFIG_TRACING_CONFIG}"
Expand Down

0 comments on commit 6e2d381

Please sign in to comment.