Skip to content

Commit 32099f6

Browse files
committed
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
1 parent e977f60 commit 32099f6

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
@@ -2663,7 +2663,7 @@
26632663
file: test/e2e/common/node/expansion.go
26642664
- testname: VolumeSubpathEnvExpansion, subpath with backticks
26652665
codename: '[sig-node] Variable Expansion should fail substituting values in a volume
2666-
subpath with backticks [Slow] [Conformance]'
2666+
subpath with backticks [Conformance]'
26672667
description: Make sure a container's subpath can not be set using an expansion of
26682668
environment variables when backticks are supplied.
26692669
release: v1.19

test/e2e/common/node/expansion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ var _ = SIGDescribe("Variable Expansion", func() {
153153
Testname: VolumeSubpathEnvExpansion, subpath with backticks
154154
Description: Make sure a container's subpath can not be set using an expansion of environment variables when backticks are supplied.
155155
*/
156-
framework.ConformanceIt("should fail substituting values in a volume subpath with backticks", f.WithSlow(), func(ctx context.Context) {
156+
framework.ConformanceIt("should fail substituting values in a volume subpath with backticks", func(ctx context.Context) {
157157

158158
envVars := []v1.EnvVar{
159159
{

0 commit comments

Comments
 (0)