Skip to content

Commit 8cb7c54

Browse files
committed
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"
1 parent 22d79b9 commit 8cb7c54

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

test/e2e/common/node/expansion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ var _ = SIGDescribe("Variable Expansion", func() {
298298
3. successful expansion of the subpathexpr isn't required for volume cleanup
299299
300300
*/
301-
framework.ConformanceIt("should succeed in writing subpaths in container", f.WithSlow(), func(ctx context.Context) {
301+
framework.ConformanceIt("should succeed in writing subpaths in container", func(ctx context.Context) {
302302

303303
envVars := []v1.EnvVar{
304304
{

0 commit comments

Comments
 (0)