File tree Expand file tree Collapse file tree
branches/autosynth-monitoring/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115refs/heads/autosynth-compute: 986ec89964354eeecb8d259ddc23c85c75e4df5b
116116refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118- refs/heads/autosynth-monitoring: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
118+ refs/heads/autosynth-monitoring: 9bf5b350fa4634c436e60dc6dffd525085410590
119119refs/heads/autosynth-pubsub: 5a23c921229ede711e9fb37341ecd08a6f8ff216
120120refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628
121121refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
Original file line number Diff line number Diff line change 120120import org .apache .http .impl .conn .PoolingHttpClientConnectionManager ;
121121import org .junit .AfterClass ;
122122import org .junit .BeforeClass ;
123+ import org .junit .Ignore ;
123124import org .junit .Test ;
124125
125126public 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" );
You can’t perform that action at this time.
0 commit comments