From bae1fb367afc5840ca30bcdace92858f90c986ce Mon Sep 17 00:00:00 2001 From: tanjing2020 Date: Thu, 1 Jul 2021 09:42:30 +0800 Subject: [PATCH] [e2e] Add description of use case execution conditions --- test/e2e/apimachinery/storage_version.go | 1 + 1 file changed, 1 insertion(+) 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")