diff --git a/storage/integration_test.go b/storage/integration_test.go index d31c8a48276..829c5bcf8c3 100644 --- a/storage/integration_test.go +++ b/storage/integration_test.go @@ -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") }