From ec129bd428fdb6d342081a85db8b3cd91b6080fd Mon Sep 17 00:00:00 2001 From: Chris Cotter Date: Wed, 5 Aug 2020 13:40:34 -0400 Subject: [PATCH] test(storage): unskip UpdateRetentionPolicy test 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 --- storage/integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/integration_test.go b/storage/integration_test.go index 829c5bcf8c3e..7b7631af07c7 100644 --- a/storage/integration_test.go +++ b/storage/integration_test.go @@ -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()