diff --git a/test/e2e/apimachinery/storage_version.go b/test/e2e/apimachinery/storage_version.go index f0fa4b95d6a..9249b94edc7 100644 --- a/test/e2e/apimachinery/storage_version.go +++ b/test/e2e/apimachinery/storage_version.go @@ -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")