Skip to content

Commit b64e904

Browse files
committed
Drop conformance for a HostPath test
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 9f76518 commit b64e904

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

test/conformance/testdata/conformance.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,15 +2245,6 @@
22452245
able to start with Secret and ConfigMap volumes mounted into the container.
22462246
release: v1.13
22472247
file: test/e2e/storage/empty_dir_wrapper.go
2248-
- testname: Host path, volume mode default
2249-
codename: '[sig-storage] HostPath should give a volume the correct mode [LinuxOnly]
2250-
[NodeConformance] [Conformance]'
2251-
description: Create a Pod with host volume mounted. The volume mounted MUST be a
2252-
directory with permissions mode -rwxrwxrwx and that is has the sticky bit (mode
2253-
flag t) set. This test is marked LinuxOnly since Windows does not support setting
2254-
the sticky bit (mode flag t).
2255-
release: v1.9
2256-
file: test/e2e/common/host_path.go
22572248
- testname: Projected Volume, multiple projections
22582249
codename: '[sig-storage] Projected combined should project all components that make
22592250
up the projection API [Projection][NodeConformance] [Conformance]'

test/e2e/common/host_path.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ var _ = ginkgo.Describe("[sig-storage] HostPath", func() {
4141
})
4242

4343
/*
44-
Release : v1.9
45-
Testname: Host path, volume mode default
46-
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.
44+
Host path, volume mode default
45+
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.
4746
This test is marked LinuxOnly since Windows does not support setting the sticky bit (mode flag t).
4847
*/
49-
framework.ConformanceIt("should give a volume the correct mode [LinuxOnly] [NodeConformance]", func() {
48+
ginkgo.It("should give a volume the correct mode [LinuxOnly] [NodeConformance]", func() {
5049
source := &v1.HostPathVolumeSource{
5150
Path: "/tmp",
5251
}

0 commit comments

Comments
 (0)