Merge pull request #96690 from jingxu97/nov/testwindows

Add linuxonly on one multivolume test
This commit is contained in:
Kubernetes Prow Robot 2020-11-18 16:24:50 -08:00 committed by GitHub
commit e64ebe0131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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