mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
fixed incorrect tag on volume cloning test case
This commit is contained in:
parent
a750d8054a
commit
4a314b9d56
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue