We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf1e68 commit f9ffc7aCopy full SHA for f9ffc7a
google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java
@@ -120,7 +120,6 @@
120
import org.apache.http.impl.conn.PoolingHttpClientConnectionManager;
121
import org.junit.AfterClass;
122
import org.junit.BeforeClass;
123
-import org.junit.Ignore;
124
import org.junit.Test;
125
126
public class ITStorageTest {
@@ -1293,7 +1292,6 @@ public void testRotateFromCustomerEncryptionToKmsKey() {
1293
1292
}
1294
1295
@Test
1296
- @Ignore
1297
public void testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption() {
1298
String sourceBlobName = "test-copy-blob-encryption-key-source";
1299
BlobId source = BlobId.of(BUCKET, sourceBlobName);
0 commit comments