Merge pull request #109509 from leiyiz/imagevsc

fixed incorrect tag on volume cloning test case
This commit is contained in:
Kubernetes Prow Robot 2022-05-04 01:28:40 -07:00 committed by GitHub
commit a3c0729c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()