Skip to content

Commit b5a742a

Browse files
committed
---
yaml --- r: 13327 b: refs/heads/ignoretest c: 23c412a h: refs/heads/master i: 13325: 5d12a92 13323: 2a9b7ac 13319: 8590594 13311: c328764
1 parent fbf5086 commit b5a742a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

  • branches/ignoretest/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
@@ -158,4 +158,4 @@ refs/heads/snyk-fix-ymqvcr: 5af98e2a39344e06f9935e72ae82a98e0aba5c3e
158158
refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
159159
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
160160
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
161-
refs/heads/ignoretest: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
161+
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d

branches/ignoretest/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)