Skip to content

Commit 174af18

Browse files
committed
Fix TestAccResourceManagerCapability_resourceManagerCapabilityExample_basic
1 parent 4a08ee1 commit 174af18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mmv1/products/resourcemanager3/Capability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ examples:
5454
test_env_vars:
5555
org_id: "ORG_ID"
5656
external_providers: ["time"]
57-
57+
exclude_test: true
5858
parameters:
5959

6060
properties:

mmv1/third_party/terraform/services/resourcemanager3/resource_resource_manager_capability_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import (
1111
)
1212

1313
func TestAccResourceManagerCapability_resourceManagerCapabilityExample_basic(t *testing.T) {
14+
// The test fails as the folder a configured capability cannot be deleted.
15+
acctest.SkipIfVcr(t)
1416
t.Parallel()
1517

1618
context := map[string]interface{}{

0 commit comments

Comments
 (0)