Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion solutions/fully-configurable/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
1 change: 1 addition & 0 deletions tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down