Skip to content

Commit 3ea85a1

Browse files
committed
always run quarantined tests
1 parent fa4dacd commit 3ea85a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/k8s/environment/runner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,5 +471,6 @@ func jobEnvVars(props *Props) *[]*k8s.EnvVar {
471471
for k, v := range env {
472472
cdk8sVars = append(cdk8sVars, a.EnvVarStr(k, v))
473473
}
474+
cdk8sVars = append(cdk8sVars, a.EnvVarStr("RUN_QUARANTINED_TESTS", "true"))
474475
return &cdk8sVars
475476
}

0 commit comments

Comments
 (0)