Skip to content

Commit e478e48

Browse files
maddiefordnarrieta
andauthored
Do not keep VMs for failed e2e tests (#3366) (#3371)
(cherry picked from commit ca8afab) Co-authored-by: Norberto Arrieta <[email protected]>
1 parent 5942043 commit e478e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_e2e/pipeline/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ parameters:
5656
- name: keep_environment
5757
displayName: Keep the test VMs (do not delete them)
5858
type: string
59-
default: failed
59+
default: no
6060
values:
6161
- always
6262
- failed

0 commit comments

Comments
 (0)