mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +00:00
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:
parent
22d79b998a
commit
8cb7c54ce7
2
test/conformance/testdata/conformance.yaml
vendored
2
test/conformance/testdata/conformance.yaml
vendored
@ -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"
|
||||
|
@ -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{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user