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 aba71eb7ddb9..3a97dab2800d 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,6 +120,7 @@ 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 { @@ -1271,7 +1272,8 @@ public void testRotateFromCustomerEncryptionToKmsKey() { } @Test - public void testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncrytion() { + @Ignore + public void testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption() { String sourceBlobName = "test-copy-blob-encryption-key-source"; BlobId source = BlobId.of(BUCKET, sourceBlobName); ImmutableMap metadata = ImmutableMap.of("k", "v");