[e2e] Add description of use case execution conditions

This commit is contained in:
tanjing2020 2021-07-01 09:42:30 +08:00
parent f80f9eeb6d
commit bae1fb367a

View File

@ -34,6 +34,7 @@ const (
idNonExist = "id-non-exist"
)
// This test requires that --feature-gates=APIServerIdentity=true,StorageVersionAPI=true be set on the apiserver and the controller manager
var _ = SIGDescribe("StorageVersion resources [Feature:StorageVersionAPI]", func() {
f := framework.NewDefaultFramework("storage-version")