Skip to content

Commit

Permalink
chore(CI): add beta_cluster_test DefaultVerify (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 28, 2024
1 parent 76d779c commit 5e7dbd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/beta_cluster/beta_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ func TestBetaCluster(t *testing.T) {
)

gke.DefineVerify(func(assert *assert.Assertions) {
// Commenting Default Verify due to issue 1478 for location Policy
// gke.DefaultVerify(assert) //disables no changes
gke.DefaultVerify(assert)

projectId := gke.GetStringOutput("project_id")
location := gke.GetStringOutput("location")
Expand Down

0 comments on commit 5e7dbd2

Please sign in to comment.