Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions tests/other_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s
CloudInfoService: sharedInfoSvc,
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
List: []string{
"module.observability_agents.module.logs_agent[0].helm_release.logs_agent",
"module.logs_agents.helm_release.logs_agent",
},
},
TerraformVars: map[string]interface{}{
Expand Down Expand Up @@ -83,20 +83,6 @@ func TestRunMultiClusterExample(t *testing.T) {
"module.ocp_base_cluster_2.null_resource.reset_api_key",
},
},
IgnoreUpdates: testhelper.Exemptions{ // Ignore for consistency check
List: []string{
"module.observability_agents_1.helm_release.sysdig_agent",
"module.observability_agents_2.helm_release.sysdig_agent",
"module.observability_agents_1.helm_release.cloud_monitoring_agent",
"module.observability_agents_2.helm_release.cloud_monitoring_agent",
},
},
ImplicitDestroy: []string{ // Ignore full destroy to speed up tests
"module.observability_agents_1.helm_release.sysdig_agent",
"module.observability_agents_2.helm_release.sysdig_agent",
"module.observability_agents_1.helm_release.cloud_monitoring_agent",
"module.observability_agents_2.helm_release.cloud_monitoring_agent",
},
// Do not hard fail the test if the implicit destroy steps fail to allow a full destroy of resource to occur
ImplicitRequired: false,
TerraformVars: map[string]interface{}{
Expand Down