Skip to content

Commit 96ae4af

Browse files
JesseLovelacesduskis
authored andcommitted
---
yaml --- r: 15977 b: refs/heads/autosynth-errorreporting c: 9bf5b35 h: refs/heads/master i: 15975: f362263
1 parent 84238a9 commit 96ae4af

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

  • branches/autosynth-errorreporting/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
@@ -131,7 +131,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134-
refs/heads/autosynth-errorreporting: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
134+
refs/heads/autosynth-errorreporting: 9bf5b350fa4634c436e60dc6dffd525085410590
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f

branches/autosynth-errorreporting/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)