Skip to content

Commit

Permalink
test(storage): unskip SignedURL_WithEncryptionKeys (#2679)
Browse files Browse the repository at this point in the history
The underlying bug for this has been fixed.
  • Loading branch information
tritone committed Aug 4, 2020
1 parent 766638c commit 86976f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/integration_test.go
Expand Up @@ -1271,8 +1271,6 @@ func TestIntegration_SignedURL(t *testing.T) {
}

func TestIntegration_SignedURL_WithEncryptionKeys(t *testing.T) {
t.Skip("Internal bug 128647687")

if testing.Short() { // do not test during replay
t.Skip("Integration tests skipped in short mode")
}
Expand Down

0 comments on commit 86976f2

Please sign in to comment.