Commit 09ad2da7 authored by Jay Vyas's avatar Jay Vyas

minimal hostPath fix

parent 9cba0c62
...@@ -61,7 +61,8 @@ var _ = Describe("hostPath", func() { ...@@ -61,7 +61,8 @@ var _ = Describe("hostPath", func() {
namespace.Name) 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" volumePath := "/test-volume"
filePath := path.Join(volumePath, "test-file") filePath := path.Join(volumePath, "test-file")
retryDuration := 180 retryDuration := 180
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment