Skip to content

Commit

Permalink
Disable upgrade tests
Browse files Browse the repository at this point in the history
As we currently have some issues with upgrade test, we disable them. See knative-extensions#1287 (comment)
for details.

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
  • Loading branch information
creydr committed Jan 25, 2023
1 parent d704427 commit a52514b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions test/e2e-upgrade-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ export GO111MODULE=on
# shellcheck disable=SC1090
source "$(dirname "${BASH_SOURCE[0]}")/e2e-common.sh"

initialize "$@" --skip-istio-addon
# initialize "$@" --skip-istio-addon

set -Eeuo pipefail

TIMEOUT=${TIMEOUT:-60m}
GO_TEST_VERBOSITY="${GO_TEST_VERBOSITY:-standard-verbose}"
# TIMEOUT=${TIMEOUT:-60m}
# GO_TEST_VERBOSITY="${GO_TEST_VERBOSITY:-standard-verbose}"

go_test_e2e -v \
-tags=upgrade \
-timeout="${TIMEOUT}" \
./test/upgrade \
|| fail_test
# go_test_e2e -v \
# -tags=upgrade \
# -timeout="${TIMEOUT}" \
# ./test/upgrade \
# || fail_test

warning "Upgrade tests have been disabled. See https://github.com/knative-sandbox/eventing-kafka/pull/1287#issuecomment-1399930204 for more details."

success

0 comments on commit a52514b

Please sign in to comment.