From 6fee3688a081bd92664aa344836c6027e601bef8 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Thu, 15 Nov 2018 15:42:00 +0100 Subject: [PATCH] Rename tag for CSI skip attach tests So it has the same name as alpha feature --- test/e2e/storage/csi_volumes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/csi_volumes.go b/test/e2e/storage/csi_volumes.go index ce726c2bbb..dcedb65810 100644 --- a/test/e2e/storage/csi_volumes.go +++ b/test/e2e/storage/csi_volumes.go @@ -144,7 +144,7 @@ var _ = utils.SIGDescribe("CSI Volumes", func() { } // The CSIDriverRegistry feature gate is needed for this test in Kubernetes 1.12. - Context("CSI attach test using HostPath driver [Feature:CSISkipAttach]", func() { + Context("CSI attach test using HostPath driver [Feature:CSIDriverRegistry]", func() { var ( cs clientset.Interface csics csiclient.Interface