Skip to content

Commit

Permalink
use alpha, beta
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Dec 16, 2024
1 parent 3550c13 commit 89bdef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ source ./test/e2e-common.sh
knative_setup

echo ">> Uploading test images..."
#ko resolve --jobs=4 -RBf ./test/test_images/autoscale > /dev/null
./test/upload-test-images.sh
popd

Expand Down Expand Up @@ -90,6 +89,7 @@ git apply ../hack/patches/conformance.patch
# set pod-autoscaler-class to hpa.autoscaling.knative.dev
kubectl patch cm config-autoscaler -n ${SYSTEM_NAMESPACE} -p '{"data":{"pod-autoscaler-class": "hpa.autoscaling.knative.dev"}}'
header "Running conformance tests"
E2E_TEST_FLAGS+=("-enable-alpha" "-enable-beta")
go_test_e2e -timeout=30m \
"${GO_TEST_FLAGS[@]}" \
./test/conformance/api/... \
Expand Down

0 comments on commit 89bdef8

Please sign in to comment.