Add linuxonly on one multivolume test

This test is not working for windows yet due to commands issued in pod
are not available for windows

Change-Id: Ia0b03afd6dfe0bbb1ab00dc821775450a7e8ce54
This commit is contained in:
Jing Xu 2020-11-18 11:58:12 -08:00
parent b381baab66
commit 2a568c95dd

View File

@ -305,7 +305,7 @@ func (t *multiVolumeTestSuite) DefineTests(driver TestDriver, pattern testpatter
// [ node1 ]
// \ / <- same volume mode
// [volume1]
ginkgo.It("should concurrently access the single volume from pods on the same node", func() {
ginkgo.It("should concurrently access the single volume from pods on the same node [LinuxOnly]", func() {
init()
defer cleanup()