Skip to content

Commit

Permalink
storage: Un-Ignore testRotateFromCustomerEncryptionToKmsKeyWithCustom…
Browse files Browse the repository at this point in the history
…erEncryption (#4936)
  • Loading branch information
JesseLovelace authored Apr 11, 2019
1 parent 3cf1e68 commit f9ffc7a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
import org.apache.http.impl.conn.PoolingHttpClientConnectionManager;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

public class ITStorageTest {
Expand Down Expand Up @@ -1293,7 +1292,6 @@ public void testRotateFromCustomerEncryptionToKmsKey() {
}

@Test
@Ignore
public void testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption() {
String sourceBlobName = "test-copy-blob-encryption-key-source";
BlobId source = BlobId.of(BUCKET, sourceBlobName);
Expand Down

0 comments on commit f9ffc7a

Please sign in to comment.