Skip to content

Commit

Permalink
test(storage): re-enable skipped write retry test (#2676)
Browse files Browse the repository at this point in the history
This test passes now that retries on uploads have been
fixed.
  • Loading branch information
tritone committed Aug 3, 2020
1 parent 56cf7d3 commit 84ad46c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84ad46c

Please sign in to comment.