Skip to content

Commit

Permalink
chore: ignore integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Oct 25, 2021
1 parent bf5ce76 commit 1e5628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signer.test.ts
Expand Up @@ -12,7 +12,7 @@ const kmsCredentials = {
keyVersion: process.env.KMS_KEY_VERSION,
};

describe("sign with Google KMS", () => {
describe.skip("sign with Google KMS", () => {
test("should send a signed transaction using KMS signer", async () => {
const provider = ethers.providers.InfuraProvider.getWebSocketProvider("rinkeby", process.env.INFURA_KEY);

Expand Down

0 comments on commit 1e5628f

Please sign in to comment.