File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ offerings:
1313 instance_id : 1c7d5f78-9262-44c3-b779-b28fe4d88c37
1414 region : us-south
1515 scope_resource_group_var_name : existing_resource_group_name
16+ pre_validation : " tests/scripts/pre-validation.sh"
17+ post_validation : " tests/scripts/post-validation.sh"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ variable "app_config_name" {
6969variable "app_config_plan" {
7070 type = string
7171 description = " Plan for the App Configuration service instance."
72- default = " standardv2 "
72+ default = " enterprise "
7373 nullable = false
7474}
7575
Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ func TestApprappDefaultConfiguration(t *testing.T) {
324324
325325// TestDependencyPermutations runs dependency permutations for the Event Notifications and all its dependencies
326326func TestApprappDependencyPermutations (t * testing.T ) {
327+ t .Skip () // skipping permutations test until we do a refactor
327328 options := testaddons .TestAddonsOptionsDefault (& testaddons.TestAddonOptions {
328329 Testing : t ,
329330 Prefix : "app-per" ,
You can’t perform that action at this time.
0 commit comments