From 80d9a4256f953b1bc8d4839f5a1b9dd7b1890c07 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Mon, 19 Dec 2022 09:55:31 -0800 Subject: [PATCH] test: remove mutate pod based on label tests from GINKGO_SKIP (#675) Signed-off-by: Anish Ramasekar --- scripts/ci-e2e.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ci-e2e.sh b/scripts/ci-e2e.sh index f2c3a396c..c546dd967 100755 --- a/scripts/ci-e2e.sh +++ b/scripts/ci-e2e.sh @@ -94,8 +94,7 @@ test_helm_chart() { --debug \ -v=5 poll_webhook_readiness - # TODO(aramase): remove GINKGO_SKIP once helm chart is updated to use v0.15.0 - GINKGO_SKIP=Proxy\|should.mutate.a.labeled.pod\|should.warn.if.the.pod.is.not.labeled make test-e2e-run + GINKGO_SKIP=Proxy make test-e2e-run ${HELM} upgrade --install workload-identity-webhook "${REPO_ROOT}/manifest_staging/charts/workload-identity-webhook" \ --set image.repository="${REGISTRY:-mcr.microsoft.com/oss/azure/workload-identity/webhook}" \