Skip to content

Commit b11c7f8

Browse files
tomer-landesmanenv0-bot
and
env0-bot
authored
Fix: add force destroy project to flaky tests (#883)
Co-authored-by: env0-bot <[email protected]>
1 parent bef9f11 commit b11c7f8

File tree

2 files changed

+2
-0
lines changed
  • tests/integration

2 files changed

+2
-0
lines changed

tests/integration/013_downstream_environments/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ resource "env0_project" "test_project" {
88
name = "Test-Project-${random_string.random.result}"
99
description = "Test Description ${var.second_run ? "after update" : ""}"
1010
wait = true
11+
force_destroy = true
1112
}
1213

1314
resource "env0_template" "template" {

tests/integration/014_environment_scheduling/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resource "random_string" "random" {
77
resource "env0_project" "test_project" {
88
name = "Test-Project-for-environment-scheduling-${random_string.random.result}"
99
wait = true
10+
force_destroy = true
1011
}
1112

1213
resource "env0_template" "template" {

0 commit comments

Comments
 (0)