From 09ad2da7acb5409a67bdccf1d19402fbf9d39904 Mon Sep 17 00:00:00 2001 From: Jay Vyas Date: Wed, 2 Mar 2016 17:22:45 -0500 Subject: [PATCH] minimal hostPath fix --- test/e2e/host_path.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/host_path.go b/test/e2e/host_path.go index d6b65e882bb..88e66d6043c 100644 --- a/test/e2e/host_path.go +++ b/test/e2e/host_path.go @@ -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