diff --git a/storage/writer_test.go b/storage/writer_test.go index affdbb2fd2d6..7ac9b7ef5095 100644 --- a/storage/writer_test.go +++ b/storage/writer_test.go @@ -30,8 +30,6 @@ import ( var testEncryptionKey = []byte("secret-key-that-is-32-bytes-long") func TestErrorOnObjectsInsertCall(t *testing.T) { - t.Skip("Skipping until https://github.com/googleapis/google-api-go-client/issues/392 is resolved") - t.Parallel() ctx := context.Background() const contents = "hello world"