diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 7a781dfeb3..876e25cd68 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -60,10 +60,3 @@ jobs: # helm-extra-set-args only available after ct 3.6.0 - name: Run chart-testing (install) run: ct install --config=.github/ci/ct.yaml --helm-extra-set-args='--set=kind=Deployment' - - - name: E2E after chart install - env: - KUBERNETES_VERSION: "v1.26.0" - KIND_E2E: true - SKIP_INSTALL: true - run: make test-e2e