Skip to content

Commit e8756a6

Browse files
authored
test: update the ignoreupdates list (#765)
1 parent 24224bf commit e8756a6

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

tests/other_test.go

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s
2525
CloudInfoService: sharedInfoSvc,
2626
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
2727
List: []string{
28-
"module.observability_agents.module.logs_agent[0].helm_release.logs_agent",
28+
"module.logs_agents.helm_release.logs_agent",
2929
},
3030
},
3131
TerraformVars: map[string]interface{}{
@@ -83,20 +83,6 @@ func TestRunMultiClusterExample(t *testing.T) {
8383
"module.ocp_base_cluster_2.null_resource.reset_api_key",
8484
},
8585
},
86-
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
87-
List: []string{
88-
"module.observability_agents_1.helm_release.sysdig_agent",
89-
"module.observability_agents_2.helm_release.sysdig_agent",
90-
"module.observability_agents_1.helm_release.cloud_monitoring_agent",
91-
"module.observability_agents_2.helm_release.cloud_monitoring_agent",
92-
},
93-
},
94-
ImplicitDestroy: []string{ // Ignore full destroy to speed up tests
95-
"module.observability_agents_1.helm_release.sysdig_agent",
96-
"module.observability_agents_2.helm_release.sysdig_agent",
97-
"module.observability_agents_1.helm_release.cloud_monitoring_agent",
98-
"module.observability_agents_2.helm_release.cloud_monitoring_agent",
99-
},
10086
// Do not hard fail the test if the implicit destroy steps fail to allow a full destroy of resource to occur
10187
ImplicitRequired: false,
10288
TerraformVars: map[string]interface{}{

0 commit comments

Comments
 (0)