Skip to content

Commit

Permalink
[Internal] Mark TestAccServicePrincipalResourceOnAzure test as flaky (#…
Browse files Browse the repository at this point in the history
…4333)

## Changes
Mark TestAccServicePrincipalResourceOnAzure test as flaky

## 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
  • Loading branch information
hectorcast-db authored Dec 19, 2024
1 parent 164a77e commit d2c6a4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ ignored_tests:
comment: Failures due to read-after-write inconsistency. Tracked in https://databricks.atlassian.net/browse/ES-1100061
- package: github.com/databricks/terraform-provider-databricks/internal/acceptance
test_name: TestUcAccVectorSearchEndpoint
comment: Failure due to read-after-create inconsistency. https://databricks.atlassian.net/browse/ES-1243690
comment: Failure due to read-after-create inconsistency. https://databricks.atlassian.net/browse/ES-1243690
- package: github.com/databricks/terraform-provider-databricks/internal/acceptance
test_name: TestAccServicePrincipalResourceOnAzure
comment: Failure due to read-after-write inconsistency. Tracked in https://databricks.atlassian.net/browse/ES-1100061

0 comments on commit d2c6a4f

Please sign in to comment.