Skip to content

Commit 0a8307a

Browse files
committed
skip mpc swap test
1 parent 38c4c21 commit 0a8307a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/test/PoolERC20.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ describe("PoolERC20", () => {
409409
expect(await sdk.poolErc20.balanceOf(btc, bobSecretKey)).to.equal(8n);
410410
});
411411

412-
it("swaps mpc", async () => {
412+
it.skip("swaps mpc", async () => {
413413
const { note: aliceNote } = await sdk.poolErc20.shield({
414414
account: alice,
415415
token: usdc,

0 commit comments

Comments
 (0)