From 5b173052287619abcc91465d84d677a8c3d24dca Mon Sep 17 00:00:00 2001 From: Omer Lachish Date: Mon, 18 Nov 2024 09:38:58 +0100 Subject: [PATCH] Revert "mark TestUcAccModelServingProvisionedThroughput as flaky. to be reverted." This reverts commit cc9e5034bf3fd392b8616169173e7bbdf1a58139. --- test-config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test-config.yaml b/test-config.yaml index 3f4b383907..3a364c38e7 100644 --- a/test-config.yaml +++ b/test-config.yaml @@ -17,7 +17,4 @@ 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 - - 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 + comment: Failure due to read-after-create inconsistency. https://databricks.atlassian.net/browse/ES-1243690 \ No newline at end of file