File tree Expand file tree Collapse file tree
branches/autosynth-texttospeech/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 @@ -143,7 +143,7 @@ refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143143refs/heads/autosynth-spanner: 563dc6c78c6a2579b681f441f0a9b59005212394
144144refs/heads/autosynth-speech: 878243784f42771467d7cf52bd59e4a6a7950ee9
145145refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146- refs/heads/autosynth-texttospeech: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
146+ refs/heads/autosynth-texttospeech: 9bf5b350fa4634c436e60dc6dffd525085410590
147147refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
148148refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3
149149refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
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