Skip to content

Commit

Permalink
Merge pull request kubernetes#104044 from msau42/automated-cherry-pic…
Browse files Browse the repository at this point in the history
…k-of-#103937-upstream-release-1.21

Automated cherry pick of kubernetes#103937: Fix disruptive subPath test failures
  • Loading branch information
k8s-ci-robot committed Jul 30, 2021
2 parents 4aec24e + c37bf8c commit 1a8c1a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/storage/testsuites/subpath.go
Expand Up @@ -346,6 +346,11 @@ func (s *subPathTestSuite) DefineTests(driver storageframework.TestDriver, patte
init()
defer cleanup()

if strings.HasPrefix(driverName, "hostPath") {
// TODO: This skip should be removed once #61446 is fixed
e2eskipper.Skipf("Driver %s does not support reconstruction, skipping", driverName)
}

testSubpathReconstruction(f, l.hostExec, l.pod, false)
})

Expand Down

0 comments on commit 1a8c1a4

Please sign in to comment.