From 731705316c966e97abcb42edee6fd67981bdc494 Mon Sep 17 00:00:00 2001 From: pospispa Date: Wed, 21 Feb 2018 14:51:08 +0100 Subject: [PATCH] Remove Feature from StorageProtection E2E tests as Storage Protection feature is brought into beta. --- test/e2e/storage/pvc_protection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/pvc_protection.go b/test/e2e/storage/pvc_protection.go index ef1a807a69e..f3fd5c44e75 100644 --- a/test/e2e/storage/pvc_protection.go +++ b/test/e2e/storage/pvc_protection.go @@ -29,7 +29,7 @@ import ( "k8s.io/kubernetes/test/e2e/storage/utils" ) -var _ = utils.SIGDescribe("PVC Protection [Feature:StorageObjectInUseProtection]", func() { +var _ = utils.SIGDescribe("Storage Protection", func() { var ( client clientset.Interface nameSpace string