Skip to content

Commit c8d6ce6

Browse files
authored
test: add missing IgnoreUpdates and IgnoreDestroys to upgrade test (#1113)
Added IgnoreUpdates and IgnoreDestroys to options for consistency checks.
1 parent 22c076a commit c8d6ce6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/pr_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,12 @@ func TestRunUpgradeFullyConfigurable(t *testing.T) {
353353
WaitJobCompleteMinutes: 120,
354354
CheckApplyResultForUpgrade: true,
355355
TerraformVersion: terraformVersion,
356+
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
357+
List: IgnoreUpdates,
358+
},
359+
IgnoreDestroys: testhelper.Exemptions{ // Ignore for consistency check
360+
List: IgnoreDestroys,
361+
},
356362
})
357363

358364
options.TerraformVars = []testschematic.TestSchematicTerraformVar{

0 commit comments

Comments
 (0)