File tree Expand file tree Collapse file tree
branches/autosynth-websecurityscanner/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 @@ -145,7 +145,7 @@ refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
145145refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b
146146refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c
147147refs/heads/autosynth-trace: db35fc1080cc51034e9c431c141cbceb53fb19c1
148- refs/heads/autosynth-websecurityscanner: d18c9969b3d5cc0a1c8cb06842ac42ad328a6acd
148+ refs/heads/autosynth-websecurityscanner: 9bf5b350fa4634c436e60dc6dffd525085410590
149149refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
150150refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
151151refs/heads/mrschmidt-numericadd: 96509abadf6190b7886d57fdd9b090da55f5171c
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