From 4a314b9d569aba0dff1e1c6b5fca8b2d9d5ac24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9iy=C3=AC=20Zhang?= Date: Fri, 15 Apr 2022 21:20:12 +0000 Subject: [PATCH] fixed incorrect tag on volume cloning test case --- test/e2e/storage/testsuites/multivolume.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/testsuites/multivolume.go b/test/e2e/storage/testsuites/multivolume.go index c6db22459dc..c88edf3ca40 100644 --- a/test/e2e/storage/testsuites/multivolume.go +++ b/test/e2e/storage/testsuites/multivolume.go @@ -375,7 +375,7 @@ func (t *multiVolumeTestSuite) DefineTests(driver storageframework.TestDriver, p // [ node1 ] // | | <- same volume mode // [volume1] -> [cloned volume1] - ginkgo.It("should concurrently access the volume and its clone from pods on the same node [LinuxOnly][Feature:VolumeSnapshotDataSource][Feature:VolumeSourceXFS]", func() { + ginkgo.It("should concurrently access the volume and its clone from pods on the same node [LinuxOnly][Feature:VolumeSourceXFS]", func() { init() defer cleanup()