File tree Expand file tree Collapse file tree
branches/autosynth-logging/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 @@ -105,7 +105,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
105105refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
106106refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
107107refs/heads/autosynth-dlp: 90e4efe3be392e89dc36bce22afab981a905b1bc
108- refs/heads/autosynth-logging: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
108+ refs/heads/autosynth-logging: 9bf5b350fa4634c436e60dc6dffd525085410590
109109refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
110110refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
111111refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
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