From d75c38bf5142f82a91e66303dea7d5ccf5e00dc6 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 30 Jul 2025 05:34:03 -0400 Subject: [PATCH] UPSTREAM: : Disable ServiceCIDR tests --- openshift-hack/cmd/k8s-tests-ext/disabled_tests.go | 1 + 1 file changed, 1 insertion(+) diff --git a/openshift-hack/cmd/k8s-tests-ext/disabled_tests.go b/openshift-hack/cmd/k8s-tests-ext/disabled_tests.go index a0d940e3f9998..35c487cc69983 100644 --- a/openshift-hack/cmd/k8s-tests-ext/disabled_tests.go +++ b/openshift-hack/cmd/k8s-tests-ext/disabled_tests.go @@ -36,6 +36,7 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs { "[Feature:KubeProxyDaemonSetMigration]", // upgrades are run separately "[Feature:BoundServiceAccountTokenVolume]", // upgrades are run separately "[Feature:StatefulUpgrade]", // upgrades are run separately + "Service CIDRs", // requires extra support from some components }, // tests that rely on special configuration that we do not yet support "SpecialConfig": {