diff --git a/.catalog-onboard-pipeline.yaml b/.catalog-onboard-pipeline.yaml index d21da67..c2aeffe 100644 --- a/.catalog-onboard-pipeline.yaml +++ b/.catalog-onboard-pipeline.yaml @@ -13,3 +13,5 @@ offerings: instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37 region: us-south scope_resource_group_var_name: existing_resource_group_name + pre_validation: "tests/scripts/pre-validation.sh" + post_validation: "tests/scripts/post-validation.sh" diff --git a/solutions/fully-configurable/variables.tf b/solutions/fully-configurable/variables.tf index bc3bc59..43692e7 100644 --- a/solutions/fully-configurable/variables.tf +++ b/solutions/fully-configurable/variables.tf @@ -69,7 +69,7 @@ variable "app_config_name" { variable "app_config_plan" { type = string description = "Plan for the App Configuration service instance." - default = "standardv2" + default = "enterprise" nullable = false } diff --git a/tests/pr_test.go b/tests/pr_test.go index b7bdfd3..5dec728 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -324,6 +324,7 @@ func TestApprappDefaultConfiguration(t *testing.T) { // TestDependencyPermutations runs dependency permutations for the Event Notifications and all its dependencies func TestApprappDependencyPermutations(t *testing.T) { + t.Skip() // skipping permutations test until we do a refactor options := testaddons.TestAddonsOptionsDefault(&testaddons.TestAddonOptions{ Testing: t, Prefix: "app-per",