Skip to content

Commit 0651c5a

Browse files
authored
Ignore failures of TestMwsAccGcpWorkspacesProvisioningToRunning (#5211)
## Changes <!-- Summary of your changes that are easy to understand --> This test fails too often with the ``` "workspace_status": "BANNED", "workspace_status_message": "Workspace is banned." ``` Also mark `TestMwsAccGcpWorkspacesUnsetExpectedState` that fails with the same error NO_CHANGELOG=true ## 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
1 parent e62501a commit 0651c5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ ignored_tests:
2424
- package: github.com/databricks/terraform-provider-databricks/mws
2525
test_name: TestMwsAccGcpWorkspaces
2626
comment: Failure due GCP infrastructure issues such as policy limit, VPC Quotas etc...
27+
- package: github.com/databricks/terraform-provider-databricks/mws
28+
test_name: TestMwsAccGcpWorkspacesProvisioningToRunning
29+
comment: Failure due GCP provisioning problems...
30+
- package: github.com/databricks/terraform-provider-databricks/mws
31+
test_name: TestMwsAccGcpWorkspacesUnsetExpectedState
32+
comment: Failure due GCP provisioning problems...
2733
- package: github.com/databricks/terraform-provider-databricks/mws
2834
test_name: TestMwsAccGcpByovpcWorkspaces
2935
comment: Failure due GCP infrastructure issues such as policy limit, VPC Quotas etc...

0 commit comments

Comments
 (0)