remove slow tag on e2e test

The test Variable Expansion should fail substituting values in a volume subpath with backticks
takes 12 seconds, it should not be tagged as slow
This commit is contained in:
Antonio Ojea 2024-09-14 19:01:09 +00:00
parent e977f601b3
commit 32099f69f6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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{
{