Skip to content

Commit 885f14e

Browse files
authored
test: ignore logs_agent update in advanced example (#659)
1 parent 40e3db4 commit 885f14e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/other_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s
2929
Prefix: prefix,
3030
ResourceGroup: resourceGroup,
3131
CloudInfoService: sharedInfoSvc,
32+
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
33+
List: []string{
34+
"module.observability_agents.module.logs_agent[0].helm_release.logs_agent",
35+
},
36+
},
3237
TerraformVars: map[string]interface{}{
3338
"ocp_version": ocpVersion,
3439
"access_tags": permanentResources["accessTags"],

0 commit comments

Comments
 (0)