Merge pull request #95078 from jingxu97/sep/subpathtest

Disable one subpath test for windows
This commit is contained in:
Kubernetes Prow Robot 2020-09-27 12:46:48 -07:00 committed by GitHub
commit 4b24dca228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -436,7 +436,9 @@ func (s *subPathTestSuite) DefineTests(driver TestDriver, pattern testpatterns.T
testPodFailSubpath(f, l.pod, true)
})
ginkgo.It("should be able to unmount after the subpath directory is deleted", func() {
// Set this test linux-only because the test will fail in Windows when
// deleting a dir from one container while another container still use it.
ginkgo.It("should be able to unmount after the subpath directory is deleted [LinuxOnly]", func() {
init()
defer cleanup()