mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +00:00
fixed incorrect tag on volume cloning test case
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user