Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Enables paused on create test adv_cluster TPF #2867

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ func TestAccClusterAdvancedCluster_unpausedToPaused(t *testing.T) {
}

func TestAccClusterAdvancedCluster_pausedToUnpaused(t *testing.T) {
// TODO: Already prepared for TPF but getting this error:
// POST: HTTP 400 Bad Request (Error code: "CANNOT_CREATE_PAUSED_CLUSTER"). Detail: Cluster test-acc-tf-c-5570724607982544726 cannot be created in a paused state.
acc.SkipIfAdvancedClusterV2Schema(t)
var (
EspenAlbert marked this conversation as resolved.
Show resolved Hide resolved
projectID = acc.ProjectIDExecution(t)
clusterName = acc.RandomClusterName()
Expand Down
Loading