From 86976f232bc4795e2928cb510131dd33cd54f449 Mon Sep 17 00:00:00 2001 From: Chris Cotter Date: Tue, 4 Aug 2020 09:38:04 -0400 Subject: [PATCH] test(storage): unskip SignedURL_WithEncryptionKeys (#2679) The underlying bug for this has been fixed. --- storage/integration_test.go | 2 -- 1 file changed, 2 deletions(-) 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") }