Skip to content

Commit b4249e7

Browse files
committed
dropping test FencingCredentials is allowed with TechPreviewNoUpgrade Feature Set to correlate with openshift/api#2283
1 parent 1176e77 commit b4249e7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/types/validation/featuregate_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,6 @@ func TestFeatureGates(t *testing.T) {
199199
}(),
200200
expected: `^platform.none.fencingCredentials: Forbidden: this field is protected by the DualReplica feature gate which must be enabled through either the TechPreviewNoUpgrade or CustomNoUpgrade feature set$`,
201201
},
202-
{
203-
name: "FencingCredentials is allowed with TechPreviewNoUpgrade Feature Set",
204-
installConfig: func() *types.InstallConfig {
205-
c := validInstallConfig()
206-
c.FeatureSet = v1.TechPreviewNoUpgrade
207-
c.ControlPlane.Fencing = &types.Fencing{Credentials: []*types.Credential{{HostName: "host1"}, {HostName: "host2"}}}
208-
return c
209-
}(),
210-
},
211202
{
212203
name: "FencingCredentials is allowed with DevPreviewNoUpgrade Feature Set",
213204
installConfig: func() *types.InstallConfig {

0 commit comments

Comments
 (0)