Skip to content

Commit

Permalink
bigquery: disable MV integration tests pending full rollout
Browse files Browse the repository at this point in the history
Change-Id: I1c39b4c423a3ab2740c9a0da64ec2339baf8ac67
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/54250
Reviewed-by: Cody Oss <[email protected]>
Reviewed-by: kokoro <[email protected]>
  • Loading branch information
shollyman committed Apr 2, 2020
1 parent c194083 commit 83fd49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigquery/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2247,6 +2247,7 @@ func TestIntegration_QueryErrors(t *testing.T) {
}

func TestIntegration_MaterializedViewLifecycle(t *testing.T) {
t.Skip("awaiting full rollout, internal issue 152932296")
if client == nil {
t.Skip("Integration tests skipped")
}
Expand Down

0 comments on commit 83fd49a

Please sign in to comment.