From 8cb7c54ce7eeaa497f990668c976f022c24f409f Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Sat, 14 Sep 2024 19:09:16 +0000 Subject: [PATCH] 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" --- test/conformance/testdata/conformance.yaml | 2 +- test/e2e/common/node/expansion.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index 386b7864aec..dd710f6e04b 100755 --- a/test/conformance/testdata/conformance.yaml +++ b/test/conformance/testdata/conformance.yaml @@ -2670,7 +2670,7 @@ file: test/e2e/common/node/expansion.go - testname: VolumeSubpathEnvExpansion, subpath test writes 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. 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" diff --git a/test/e2e/common/node/expansion.go b/test/e2e/common/node/expansion.go index 68613cfd87e..6417ff9ff4c 100644 --- a/test/e2e/common/node/expansion.go +++ b/test/e2e/common/node/expansion.go @@ -298,7 +298,7 @@ var _ = SIGDescribe("Variable Expansion", func() { 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{ {