Skip to content

Commit 22d79b9

Browse files
committed
remove e2e slow tag for VolumeSubpathEnvExpansion
Kubernetes e2e suite: [It] [sig-node] Variable Expansion should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] test takes 37 seconds to run
1 parent 32099f6 commit 22d79b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/conformance/testdata/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@
26562656
file: test/e2e/common/node/expansion.go
26572657
- testname: VolumeSubpathEnvExpansion, subpath with absolute path
26582658
codename: '[sig-node] Variable Expansion should fail substituting values in a volume
2659-
subpath with absolute path [Slow] [Conformance]'
2659+
subpath with absolute path [Conformance]'
26602660
description: Make sure a container's subpath can not be set using an expansion of
26612661
environment variables when absolute path is supplied.
26622662
release: v1.19

test/e2e/common/node/expansion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ var _ = SIGDescribe("Variable Expansion", func() {
187187
Testname: VolumeSubpathEnvExpansion, subpath with absolute path
188188
Description: Make sure a container's subpath can not be set using an expansion of environment variables when absolute path is supplied.
189189
*/
190-
framework.ConformanceIt("should fail substituting values in a volume subpath with absolute path", f.WithSlow(), func(ctx context.Context) {
190+
framework.ConformanceIt("should fail substituting values in a volume subpath with absolute path", func(ctx context.Context) {
191191
absolutePath := "/tmp"
192192
if framework.NodeOSDistroIs("windows") {
193193
// Windows does not typically have a C:\tmp folder.

0 commit comments

Comments
 (0)