diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index f8c50c699dc..0cde76de6fa 100755 --- a/test/conformance/testdata/conformance.yaml +++ b/test/conformance/testdata/conformance.yaml @@ -2663,7 +2663,7 @@ file: test/e2e/common/node/expansion.go - testname: VolumeSubpathEnvExpansion, subpath with backticks codename: '[sig-node] Variable Expansion should fail substituting values in a volume - subpath with backticks [Slow] [Conformance]' + subpath with backticks [Conformance]' description: Make sure a container's subpath can not be set using an expansion of environment variables when backticks are supplied. release: v1.19 diff --git a/test/e2e/common/node/expansion.go b/test/e2e/common/node/expansion.go index 48f6f410e5e..0d8e7eaedfc 100644 --- a/test/e2e/common/node/expansion.go +++ b/test/e2e/common/node/expansion.go @@ -153,7 +153,7 @@ var _ = SIGDescribe("Variable Expansion", func() { Testname: VolumeSubpathEnvExpansion, subpath with backticks Description: Make sure a container's subpath can not be set using an expansion of environment variables when backticks are supplied. */ - framework.ConformanceIt("should fail substituting values in a volume subpath with backticks", f.WithSlow(), func(ctx context.Context) { + framework.ConformanceIt("should fail substituting values in a volume subpath with backticks", func(ctx context.Context) { envVars := []v1.EnvVar{ {