Skip to content

Commit

Permalink
Fix e2e Test (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Oct 8, 2024
1 parent 9b44e9c commit 13eefef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: E2E Test
run: yarn && yarn test e2e
env:
MPC_CONTRACT_ID: v1.signer-dev.testnet
MPC_CONTRACT_ID: v1.signer-prod.testnet
NEAR_ACCOUNT_ID: ${{secrets.NEAR_ACCOUNT_ID}}
NEAR_ACCOUNT_PRIVATE_KEY: ${{secrets.NEAR_PK}}
2 changes: 1 addition & 1 deletion tests/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("End To End", () => {
chainId,
})
).resolves.not.toThrow();
}, 60000);
});

it.skip("signAndSendTransaction - Gnosis Chain", async () => {
await expect(
Expand Down

0 comments on commit 13eefef

Please sign in to comment.