From 53b9bb600da8c51a727ce5cd014b046797a0261f Mon Sep 17 00:00:00 2001 From: Omer Lachish <289488+rauchy@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:38:47 +0100 Subject: [PATCH] =?UTF-8?q?[Internal]=20Mark=20TestUcAccModelServingProvis?= =?UTF-8?q?ionedThroughput=20as=20flaky.=20to=20be=20rever=E2=80=A6=20(#42?= =?UTF-8?q?32)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changes Temporarily mark TestUcAccModelServingProvisionedThroughput as flaky. ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] relevant acceptance tests are passing - [ ] using Go SDK Co-authored-by: Omer Lachish --- test-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test-config.yaml b/test-config.yaml index 3a364c38e7..3f4b383907 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: TestUcAccModelServingProvisionedThroughput + comment: Failure due to temporary incident. To be removed following resolution. https://databricks.atlassian.net/browse/ES-1306706 \ No newline at end of file