File tree Expand file tree Collapse file tree
branches/autosynth-datastore/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 @@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerystorage: a345f72d7a6358e9fea9dcdae94ec85a27da3088
127127refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130- refs/heads/autosynth-datastore: 3cf1e685145633604ac8c158d751b114cb1cda10
130+ refs/heads/autosynth-datastore: f9ffc7a9a6b1683f3e9b41ff265d58e305576645
131131refs/heads/autosynth-dialogflow: 841930a680ebe370c9fc6ae824465f6bc51a5a46
132132refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
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 ;
124123import org .junit .Test ;
125124
126125public class ITStorageTest {
@@ -1293,7 +1292,6 @@ public void testRotateFromCustomerEncryptionToKmsKey() {
12931292 }
12941293
12951294 @ Test
1296- @ Ignore
12971295 public void testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption () {
12981296 String sourceBlobName = "test-copy-blob-encryption-key-source" ;
12991297 BlobId source = BlobId .of (BUCKET , sourceBlobName );
You can’t perform that action at this time.
0 commit comments