Skip to content

Commit 1e5628f

Browse files
committed
chore: ignore integration test
1 parent bf5ce76 commit 1e5628f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const kmsCredentials = {
1212
keyVersion: process.env.KMS_KEY_VERSION,
1313
};
1414

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

0 commit comments

Comments
 (0)