e2e VolumeSubpathEnvExpansion should not be tagged as slow

The test [sig-node] Variable Expansion should succeed in writing subpaths in container
takes 1m5s so it should no be tagged as slow"
This commit is contained in:
Antonio Ojea 2024-09-14 19:09:16 +00:00
parent 22d79b998a
commit 8cb7c54ce7
2 changed files with 2 additions and 2 deletions

View File

@ -2670,7 +2670,7 @@
file: test/e2e/common/node/expansion.go file: test/e2e/common/node/expansion.go
- testname: VolumeSubpathEnvExpansion, subpath test writes - testname: VolumeSubpathEnvExpansion, subpath test writes
codename: '[sig-node] Variable Expansion should succeed in writing subpaths in container codename: '[sig-node] Variable Expansion should succeed in writing subpaths in container
[Slow] [Conformance]' [Conformance]'
description: "Verify that a subpath expansion can be used to write files into subpaths. description: "Verify that a subpath expansion can be used to write files into subpaths.
1.\tvalid subpathexpr starts a container running 2.\ttest for valid subpath writes 1.\tvalid subpathexpr starts a container running 2.\ttest for valid subpath writes
3.\tsuccessful expansion of the subpathexpr isn't required for volume cleanup" 3.\tsuccessful expansion of the subpathexpr isn't required for volume cleanup"

View File

@ -298,7 +298,7 @@ var _ = SIGDescribe("Variable Expansion", func() {
3. successful expansion of the subpathexpr isn't required for volume cleanup 3. successful expansion of the subpathexpr isn't required for volume cleanup
*/ */
framework.ConformanceIt("should succeed in writing subpaths in container", f.WithSlow(), func(ctx context.Context) { framework.ConformanceIt("should succeed in writing subpaths in container", func(ctx context.Context) {
envVars := []v1.EnvVar{ envVars := []v1.EnvVar{
{ {