File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
controller/container-runtime-config Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,7 @@ func newFixture(t *testing.T) *fixture {
9090 f .objects = []runtime.Object {}
9191 f .fgAccess = featuregates .NewHardcodedFeatureGateAccess (
9292 []apicfgv1.FeatureGateName {features .FeatureGateSigstoreImageVerification },
93- []apicfgv1.FeatureGateName {
94- features .FeatureGateExternalCloudProvider ,
95- features .FeatureGateExternalCloudProviderAzure ,
96- features .FeatureGateExternalCloudProviderGCP ,
97- features .FeatureGateExternalCloudProviderExternal ,
98- },
93+ []apicfgv1.FeatureGateName {},
9994 )
10095 return f
10196}
Original file line number Diff line number Diff line change @@ -112,12 +112,7 @@ func (tc upgradeMonitorTestCase) run(t *testing.T) {
112112 []apicfgv1.FeatureGateName {
113113 features .FeatureGateMachineConfigNodes ,
114114 },
115- []apicfgv1.FeatureGateName {
116- features .FeatureGateExternalCloudProvider ,
117- features .FeatureGateExternalCloudProviderAzure ,
118- features .FeatureGateExternalCloudProviderGCP ,
119- features .FeatureGateExternalCloudProviderExternal ,
120- },
115+ []apicfgv1.FeatureGateName {},
121116 )
122117
123118 i := informers .NewSharedInformerFactory (f .client , noResyncPeriodFunc ())
You can’t perform that action at this time.
0 commit comments