From 0ce0da9d15e07e8e25f8ba7038ce3a3a48814876 Mon Sep 17 00:00:00 2001 From: "aashiq.jacob@ibm.com" Date: Tue, 22 Apr 2025 12:07:15 +0530 Subject: [PATCH] test: ignore logs_agent update in advanced example --- tests/other_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/other_test.go b/tests/other_test.go index 368529eb..4e442126 100644 --- a/tests/other_test.go +++ b/tests/other_test.go @@ -29,6 +29,11 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s Prefix: prefix, ResourceGroup: resourceGroup, CloudInfoService: sharedInfoSvc, + IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check + List: []string{ + "module.observability_agents.module.logs_agent[0].helm_release.logs_agent", + }, + }, TerraformVars: map[string]interface{}{ "ocp_version": ocpVersion, "access_tags": permanentResources["accessTags"],