Skip to content

Commit 4b24dca

Browse files
authored
Merge pull request kubernetes#95078 from jingxu97/sep/subpathtest
Disable one subpath test for windows
2 parents c8ebc8a + b80acc3 commit 4b24dca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/storage/testsuites/subpath.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,9 @@ func (s *subPathTestSuite) DefineTests(driver TestDriver, pattern testpatterns.T
436436
testPodFailSubpath(f, l.pod, true)
437437
})
438438

439-
ginkgo.It("should be able to unmount after the subpath directory is deleted", func() {
439+
// Set this test linux-only because the test will fail in Windows when
440+
// deleting a dir from one container while another container still use it.
441+
ginkgo.It("should be able to unmount after the subpath directory is deleted [LinuxOnly]", func() {
440442
init()
441443
defer cleanup()
442444

0 commit comments

Comments
 (0)