Remove [Feature:BlockVolume] everywhere

This commit is contained in:
Matthew Wong
2018-07-13 13:52:40 -04:00
parent dd517c9ff2
commit 0c671b1211
3 changed files with 3 additions and 8 deletions

View File

@@ -186,7 +186,7 @@ func testProvisioning(input *provisioningTestInput) {
TestDynamicProvisioning(input.testCase, input.cs, input.pvc, input.sc)
})
It("should create and delete block persistent volumes [Feature:BlockVolume]", func() {
It("should create and delete block persistent volumes", func() {
if !input.dInfo.IsBlockSupported {
framework.Skipf("Driver %q does not support BlockVolume - skipping", input.dInfo.Name)
}