From d2c6a4f32f51ecbd8645564d9b2e0cefacb7c531 Mon Sep 17 00:00:00 2001 From: hectorcast-db Date: Thu, 19 Dec 2024 11:18:52 +0100 Subject: [PATCH] [Internal] Mark TestAccServicePrincipalResourceOnAzure test as flaky (#4333) ## Changes Mark TestAccServicePrincipalResourceOnAzure test as flaky ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework --- test-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test-config.yaml b/test-config.yaml index 3a364c38e7..dfac7f15ab 100644 --- a/test-config.yaml +++ b/test-config.yaml @@ -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 \ No newline at end of file + 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 \ No newline at end of file