Skip to content

Commit 245b0f5

Browse files
JesseLovelacesduskis
authored andcommitted
---
yaml --- r: 14293 b: refs/heads/autosynth-video-intelligence c: 9bf5b35 h: refs/heads/master i: 14291: 4dc05e6
1 parent eb52709 commit 245b0f5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

  • branches/autosynth-video-intelligence/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
@@ -117,7 +117,7 @@ refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
119119
refs/heads/autosynth-pubsub: fd363d13793a853214eb8193c922b28c54e7a6b3
120-
refs/heads/autosynth-video-intelligence: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
120+
refs/heads/autosynth-video-intelligence: 9bf5b350fa4634c436e60dc6dffd525085410590
121121
refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

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