Skip to content

Commit

Permalink
Fix: add force destroy project to flaky tests (#883)
Browse files Browse the repository at this point in the history
Co-authored-by: env0-bot <env0-bot@env0.com>
  • Loading branch information
tomer-landesman and env0-bot committed Jun 25, 2024
1 parent bef9f11 commit b11c7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/013_downstream_environments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "env0_project" "test_project" {
name = "Test-Project-${random_string.random.result}"
description = "Test Description ${var.second_run ? "after update" : ""}"
wait = true
force_destroy = true
}

resource "env0_template" "template" {
Expand Down
1 change: 1 addition & 0 deletions tests/integration/014_environment_scheduling/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resource "random_string" "random" {
resource "env0_project" "test_project" {
name = "Test-Project-for-environment-scheduling-${random_string.random.result}"
wait = true
force_destroy = true
}

resource "env0_template" "template" {
Expand Down

0 comments on commit b11c7f8

Please sign in to comment.