Skip to content

Commit 533df5c

Browse files
committed
dropping test FencingCredentials is allowed with TechPreviewNoUpgrade Feature Set to correlate with openshift/api#2283
1 parent 990f9c0 commit 533df5c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pkg/types/validation/featuregate_test.go

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,7 @@ func TestFeatureGates(t *testing.T) {
198198
return c
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$`,
201-
},
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-
},
201+
},
211202
{
212203
name: "FencingCredentials is allowed with DevPreviewNoUpgrade Feature Set",
213204
installConfig: func() *types.InstallConfig {

0 commit comments

Comments
 (0)