Skip to content

Commit

Permalink
test(storage): unskip UpdateRetentionPolicy test (#2687)
Browse files Browse the repository at this point in the history
This test was skipped b/c of a rate limit issue, but we
were able to waive this rate limit for the testing project
via an internal change.

Fixes #1632
  • Loading branch information
tritone authored Aug 5, 2020
1 parent f2aa76a commit fcd1329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,6 @@ func TestIntegration_UpdateRetentionExpirationTime(t *testing.T) {
}

func TestIntegration_UpdateRetentionPolicy(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/1632")
ctx := context.Background()
client := testConfig(ctx, t)
defer client.Close()
Expand Down

0 comments on commit fcd1329

Please sign in to comment.