Drop conformance for a HostPath test
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -41,12 +41,11 @@ var _ = ginkgo.Describe("[sig-storage] HostPath", func() {
|
||||
})
|
||||
|
||||
/*
|
||||
Release : v1.9
|
||||
Testname: Host path, volume mode default
|
||||
Description: Create a Pod with host volume mounted. The volume mounted MUST be a directory with permissions mode -rwxrwxrwx and that is has the sticky bit (mode flag t) set.
|
||||
Host path, volume mode default
|
||||
Create a Pod with host volume mounted. The volume mounted MUST be a directory with permissions mode -rwxrwxrwx and that is has the sticky bit (mode flag t) set.
|
||||
This test is marked LinuxOnly since Windows does not support setting the sticky bit (mode flag t).
|
||||
*/
|
||||
framework.ConformanceIt("should give a volume the correct mode [LinuxOnly] [NodeConformance]", func() {
|
||||
ginkgo.It("should give a volume the correct mode [LinuxOnly] [NodeConformance]", func() {
|
||||
source := &v1.HostPathVolumeSource{
|
||||
Path: "/tmp",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user