mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
minimal hostPath fix
This commit is contained in:
parent
9cba0c62a1
commit
09ad2da7ac
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ var _ = Describe("hostPath", func() {
|
|||
namespace.Name)
|
||||
})
|
||||
|
||||
It("should support r/w [Conformance]", func() {
|
||||
// This test requires mounting a folder into a container with write privileges.
|
||||
It("should support r/w", func() {
|
||||
volumePath := "/test-volume"
|
||||
filePath := path.Join(volumePath, "test-file")
|
||||
retryDuration := 180
|
||||
|
|
|
|||
Loading…
Reference in a new issue