Skip to content

Commit a234845

Browse files
JesseLovelacesduskis
authored andcommitted
---
yaml --- r: 12655 b: refs/heads/autosynth-compute c: 9bf5b35 h: refs/heads/master i: 12653: e563a1c 12651: 92c3d73 12647: 73ecfbc 12639: 20a499a
1 parent b406ada commit a234845

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

  • branches/autosynth-compute/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/it

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
112112
refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
113113
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115-
refs/heads/autosynth-compute: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
115+
refs/heads/autosynth-compute: 9bf5b350fa4634c436e60dc6dffd525085410590
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118118
refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c

branches/autosynth-compute/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
import org.apache.http.impl.conn.PoolingHttpClientConnectionManager;
121121
import org.junit.AfterClass;
122122
import org.junit.BeforeClass;
123+
import org.junit.Ignore;
123124
import org.junit.Test;
124125

125126
public class ITStorageTest {
@@ -1271,7 +1272,8 @@ public void testRotateFromCustomerEncryptionToKmsKey() {
12711272
}
12721273

12731274
@Test
1274-
public void testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncrytion() {
1275+
@Ignore
1276+
public void testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption() {
12751277
String sourceBlobName = "test-copy-blob-encryption-key-source";
12761278
BlobId source = BlobId.of(BUCKET, sourceBlobName);
12771279
ImmutableMap<String, String> metadata = ImmutableMap.of("k", "v");

0 commit comments

Comments
 (0)