Skip to content

Commit 4ee7ed5

Browse files
authored
[Internal] Disable tests for databricks_access_control_rule_set (#4766)
## Changes <!-- Summary of your changes that are easy to understand --> Tests fails flakily due to stale data being returned from cache. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> N/A NO_CHANGELOG=true
1 parent 01724aa commit 4ee7ed5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,9 @@ ignored_tests:
108108
- package: github.com/databricks/terraform-provider-databricks/permissions
109109
test_name: TestAccPermissions_App
110110
comment: Failure due to API timeouts in the permissions APIs.
111-
111+
- package: github.com/databricks/terraform-provider-databricks/permissions
112+
test_name: TestMwsAccAccountServicePrincipalRuleSetsFullLifeCycle
113+
comment: Failure due to stale results being returned from cache on using empty etag.
114+
- package: github.com/databricks/terraform-provider-databricks/permissions
115+
test_name: TestMwsAccAccountGroupRuleSetsFullLifeCycle
116+
comment: Failure due to stale results being returned from cache on using empty etag.

0 commit comments

Comments
 (0)