diff --git a/src/tests/eth2x.test.ts b/src/tests/eth2x.test.ts index e8fd6856..151e13c4 100644 --- a/src/tests/eth2x.test.ts +++ b/src/tests/eth2x.test.ts @@ -27,7 +27,7 @@ describe('ETH2X (mainnet)', () => { await factory.executeTx() }) - test('can mint with ETH (IndexSwapQuoteProvider)', async () => { + test.skip('can mint with ETH (IndexSwapQuoteProvider)', async () => { const factory = getMainnetTestFactoryUniswap(signer) await factory.fetchQuote({ isMinting: true, @@ -50,7 +50,7 @@ describe('ETH2X (mainnet)', () => { await factory.executeTx() }) - test('can redeem with ETH (IndexSwapQuoteProvider)', async () => { + test.skip('can redeem with ETH (IndexSwapQuoteProvider)', async () => { const factory = getMainnetTestFactoryUniswap(signer) await factory.fetchQuote({ isMinting: false, diff --git a/src/tests/hyeth.test.ts b/src/tests/hyeth.test.ts index 154c2077..d0e60655 100644 --- a/src/tests/hyeth.test.ts +++ b/src/tests/hyeth.test.ts @@ -20,7 +20,7 @@ describe('hyETH', () => { // IndexSwapQuoteProvider - test('can mint with ETH (IndexSwapQuoteProvider)', async () => { + test.skip('can mint with ETH (IndexSwapQuoteProvider)', async () => { const factory = getMainnetTestFactoryUniswap(signer) await factory.fetchQuote({ isMinting: true,