From a1154682da27f240df7565d9e76800264dad381d Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Wed, 29 Aug 2018 13:43:53 -0700 Subject: [PATCH] Remove feature tag from dynamic provisioning topology tests --- test/e2e/storage/regional_pd.go | 6 +++--- test/e2e/storage/volume_provisioning.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/e2e/storage/regional_pd.go b/test/e2e/storage/regional_pd.go index 6c9e0f9cddc..e4eb7b6b34d 100644 --- a/test/e2e/storage/regional_pd.go +++ b/test/e2e/storage/regional_pd.go @@ -66,15 +66,15 @@ var _ = utils.SIGDescribe("Regional PD", func() { testVolumeProvisioning(c, ns) }) - It("should provision storage with delayed binding [Slow] [Feature:DynamicProvisioningScheduling]", func() { + It("should provision storage with delayed binding [Slow]", func() { testRegionalDelayedBinding(c, ns) }) - It("should provision storage in the allowedTopologies [Slow] [Feature:DynamicProvisioningScheduling]", func() { + It("should provision storage in the allowedTopologies [Slow]", func() { testRegionalAllowedTopologies(c, ns) }) - It("should provision storage in the allowedTopologies with delayed binding [Slow] [Feature:DynamicProvisioningScheduling]", func() { + It("should provision storage in the allowedTopologies with delayed binding [Slow]", func() { testRegionalAllowedTopologiesWithDelayedBinding(c, ns) }) diff --git a/test/e2e/storage/volume_provisioning.go b/test/e2e/storage/volume_provisioning.go index 8853b725431..e84c7e7fbb8 100644 --- a/test/e2e/storage/volume_provisioning.go +++ b/test/e2e/storage/volume_provisioning.go @@ -984,7 +984,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() { Expect(err).NotTo(HaveOccurred()) }) }) - Describe("DynamicProvisioner delayed binding [Feature:DynamicProvisioningScheduling] [Slow]", func() { + Describe("DynamicProvisioner delayed binding [Slow]", func() { It("should create a persistent volume in the same zone as node after a pod mounting the claim is started", func() { tests := []storageClassTest{ { @@ -1024,7 +1024,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() { } }) }) - Describe("DynamicProvisioner allowedTopologies [Feature:DynamicProvisioningScheduling]", func() { + Describe("DynamicProvisioner allowedTopologies", func() { It("should create persistent volume in the zone specified in allowedTopologies of storageclass", func() { tests := []storageClassTest{ { @@ -1059,7 +1059,7 @@ var _ = utils.SIGDescribe("Dynamic Provisioning", func() { } }) }) - Describe("DynamicProvisioner delayed binding with allowedTopologies [Feature:DynamicProvisioningScheduling] [Slow]", func() { + Describe("DynamicProvisioner delayed binding with allowedTopologies [Slow]", func() { It("should create persistent volume in the same zone as specified in allowedTopologies after a pod mounting the claim is started", func() { tests := []storageClassTest{ {