mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
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:
parent
e977f601b3
commit
32099f69f6
2
test/conformance/testdata/conformance.yaml
vendored
2
test/conformance/testdata/conformance.yaml
vendored
@ -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
|
||||
|
@ -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{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user