@@ -153,7 +153,7 @@ var _ = SIGDescribe("Variable Expansion", func() {
153
153
Testname: VolumeSubpathEnvExpansion, subpath with backticks
154
154
Description: Make sure a container's subpath can not be set using an expansion of environment variables when backticks are supplied.
155
155
*/
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 ) {
157
157
158
158
envVars := []v1.EnvVar {
159
159
{
@@ -187,7 +187,7 @@ var _ = SIGDescribe("Variable Expansion", func() {
187
187
Testname: VolumeSubpathEnvExpansion, subpath with absolute path
188
188
Description: Make sure a container's subpath can not be set using an expansion of environment variables when absolute path is supplied.
189
189
*/
190
- framework .ConformanceIt ("should fail substituting values in a volume subpath with absolute path" , f . WithSlow (), func (ctx context.Context ) {
190
+ framework .ConformanceIt ("should fail substituting values in a volume subpath with absolute path" , func (ctx context.Context ) {
191
191
absolutePath := "/tmp"
192
192
if framework .NodeOSDistroIs ("windows" ) {
193
193
// Windows does not typically have a C:\tmp folder.
@@ -298,7 +298,7 @@ var _ = SIGDescribe("Variable Expansion", func() {
298
298
3. successful expansion of the subpathexpr isn't required for volume cleanup
299
299
300
300
*/
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 ) {
302
302
303
303
envVars := []v1.EnvVar {
304
304
{
0 commit comments