From 6ff8941f200b6150202b2ffa8df78c1b3f43707e Mon Sep 17 00:00:00 2001 From: Jesse Lovelace Date: Wed, 10 Apr 2019 13:08:22 -0700 Subject: [PATCH] storage: Un-Ignore testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption --- .../test/java/com/google/cloud/storage/it/ITStorageTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java b/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java index 3f647a68c390..f5bbe7218b3e 100644 --- a/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java +++ b/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java @@ -120,7 +120,6 @@ import org.apache.http.impl.conn.PoolingHttpClientConnectionManager; import org.junit.AfterClass; import org.junit.BeforeClass; -import org.junit.Ignore; import org.junit.Test; public class ITStorageTest { @@ -1293,7 +1292,6 @@ public void testRotateFromCustomerEncryptionToKmsKey() { } @Test - @Ignore public void testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption() { String sourceBlobName = "test-copy-blob-encryption-key-source"; BlobId source = BlobId.of(BUCKET, sourceBlobName);