Skip to content

Commit

Permalink
Improve test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Dec 22, 2020
1 parent fd5eda1 commit a365d3d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ resource "azurerm_recovery_services_vault" "test" {
sku = "Standard"
soft_delete_enabled = false
lifecycle {
ignore_changes = [soft_delete_enabled] // Ignore changes to prevent tests from flakiness
}
}
resource "azurerm_backup_policy_file_share" "test1" {
Expand Down Expand Up @@ -325,6 +329,10 @@ resource "azurerm_recovery_services_vault" "test" {
sku = "Standard"
soft_delete_enabled = false
lifecycle {
ignore_changes = [soft_delete_enabled] // Ignore changes to prevent tests from flakiness
}
}
resource "azurerm_backup_policy_file_share" "test" {
Expand Down

0 comments on commit a365d3d

Please sign in to comment.