Skip to content

Commit 9a30cf2

Browse files
authored
[Internal] Mark TestAccSecretAclResourceDefaultPrincipal as flaky (#5118)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework - [ ] has entry in `NEXT_CHANGELOG.md` file NO_CHANGELOG=true Co-authored-by: Omer Lachish <[email protected]>
1 parent 515d860 commit 9a30cf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,6 @@ ignored_tests:
117117
- package: github.com/databricks/terraform-provider-databricks/serving
118118
test_name: TestUcAccModelServingProvisionedThroughputResource
119119
comment: Failure due to limited capacity in specific regions
120+
- package: github.com/databricks/terraform-provider-databricks/secrets
121+
test_name: TestAccSecretAclResourceDefaultPrincipal
122+
comment: Failures due to 500s in secrets ACLs APIs.

0 commit comments

Comments
 (0)