We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5ce76 commit 1e5628fCopy full SHA for 1e5628f
src/signer.test.ts
@@ -12,7 +12,7 @@ const kmsCredentials = {
12
keyVersion: process.env.KMS_KEY_VERSION,
13
};
14
15
-describe("sign with Google KMS", () => {
+describe.skip("sign with Google KMS", () => {
16
test("should send a signed transaction using KMS signer", async () => {
17
const provider = ethers.providers.InfuraProvider.getWebSocketProvider("rinkeby", process.env.INFURA_KEY);
18
0 commit comments