Skip to content

Commit

Permalink
Revert "test: skip testHmacKey test (#1239) (#1250)" (#1253)
Browse files Browse the repository at this point in the history
This reverts commit 69dd889.
  • Loading branch information
frankyn committed Feb 15, 2022
1 parent e48c4e5 commit 1608096
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
import org.apache.http.impl.conn.PoolingHttpClientConnectionManager;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestName;
Expand Down Expand Up @@ -2424,7 +2423,6 @@ public void testBlobAcl() {
}
}

@Ignore // TODO(#1240): Remove once HMAC Key IT are fixed
@Test
public void testHmacKey() {
ServiceAccount serviceAccount = ServiceAccount.of(System.getenv("IT_SERVICE_ACCOUNT_EMAIL"));
Expand Down

0 comments on commit 1608096

Please sign in to comment.