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
This commit is contained in:
Antonio Ojea 2024-09-14 19:06:21 +00:00
parent 32099f69f6
commit 22d79b998a
2 changed files with 2 additions and 2 deletions

View File

@ -2656,7 +2656,7 @@
file: test/e2e/common/node/expansion.go
- testname: VolumeSubpathEnvExpansion, subpath with absolute path
codename: '[sig-node] Variable Expansion should fail substituting values in a volume
subpath with absolute path [Slow] [Conformance]'
subpath with absolute path [Conformance]'
description: Make sure a container's subpath can not be set using an expansion of
environment variables when absolute path is supplied.
release: v1.19

View File

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