From 4c7e4c6316077aaf7822b1d4166ef54218ecee80 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Sat, 6 Mar 2021 09:44:47 +0100 Subject: [PATCH] CSIStorageCapacity: enable E2E tests by default With the feature now in beta, tests should run in the normal jobs. --- test/e2e/storage/csi_mock_volume.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/csi_mock_volume.go b/test/e2e/storage/csi_mock_volume.go index 05f7a2bf3fd..0f8e184d22e 100644 --- a/test/e2e/storage/csi_mock_volume.go +++ b/test/e2e/storage/csi_mock_volume.go @@ -1131,7 +1131,7 @@ var _ = utils.SIGDescribe("CSI mock volume", func() { }) // These tests *only* work on a cluster which has the CSIStorageCapacity feature enabled. - ginkgo.Context("CSIStorageCapacity [Feature:CSIStorageCapacity]", func() { + ginkgo.Context("CSIStorageCapacity", func() { var ( err error yes = true