Skip to content

Commit 809a30b

Browse files
JesseLovelacesduskis
authored andcommitted
---
yaml --- r: 17417 b: refs/heads/autosynth-tasks c: 9bf5b35 h: refs/heads/master i: 17415: bff2c3a
1 parent 4d541ff commit 809a30b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

  • branches/autosynth-tasks/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
@@ -142,7 +142,7 @@ refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
142142
refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143143
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
144144
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
145-
refs/heads/autosynth-tasks: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
145+
refs/heads/autosynth-tasks: 9bf5b350fa4634c436e60dc6dffd525085410590
146146
refs/heads/autosynth-texttospeech: 0e26ec9b0ed5bbedc038dea32bbb44bae0883668
147147
refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
148148
refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3

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