diff --git a/.github/workflows/build-test-distribute.yaml b/.github/workflows/build-test-distribute.yaml index 778838b20367..9b324f5b7524 100644 --- a/.github/workflows/build-test-distribute.yaml +++ b/.github/workflows/build-test-distribute.yaml @@ -268,7 +268,7 @@ jobs: } # You can modify the include to run one of test suites on PRs (though you'd need to then remove it) OVERRIDE_JQ_CMD: |- - .test_e2e.k8sVersion = ["${{ env.K8S_MAX_VERSION }}"] + .test_e2e = false | .test_e2e_env.include = [] | .test_e2e_env.exclude += [{"arch": "arm64"}, {"k8sVersion": "kindIpv6"}, {"k8sVersion": "${{ env.K8S_MIN_VERSION}}"}] run: |- diff --git a/test/e2e/helm/kuma_helm_deploy_global_zone.go b/test/e2e/helm/kuma_helm_deploy_global_zone.go index cb4483a3e647..8b1914f6ede3 100644 --- a/test/e2e/helm/kuma_helm_deploy_global_zone.go +++ b/test/e2e/helm/kuma_helm_deploy_global_zone.go @@ -185,6 +185,5 @@ interCp: } } }, "30s", "250ms").Should(Succeed()) - }) }