Skip to content

Commit 24677bb

Browse files
Merge pull request #2382 from danwinship/skip-servicecidr-tests
OCPBUGS-46422: Disable ServiceCIDR tests
2 parents 9faed01 + d75c38b commit 24677bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openshift-hack/cmd/k8s-tests-ext/disabled_tests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
3636
"[Feature:KubeProxyDaemonSetMigration]", // upgrades are run separately
3737
"[Feature:BoundServiceAccountTokenVolume]", // upgrades are run separately
3838
"[Feature:StatefulUpgrade]", // upgrades are run separately
39+
"Service CIDRs", // requires extra support from some components
3940
},
4041
// tests that rely on special configuration that we do not yet support
4142
"SpecialConfig": {

0 commit comments

Comments
 (0)