From 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d Mon Sep 17 00:00:00 2001 From: Jesse Lovelace Date: Thu, 27 Dec 2018 13:46:03 -0800 Subject: [PATCH] Ignore testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption while we work out backend change --- .../test/java/com/google/cloud/storage/it/ITStorageTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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");