Skip to content

Commit

Permalink
test: skip large amounts test
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Sep 18, 2024
1 parent db6804b commit ff02fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/hyeth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('hyETH', () => {
await factory.executeTx()
})

test('can mint with ETH (large amout)', async () => {
test.skip('can mint with ETH (large amout)', async () => {
await factory.fetchQuote({
isMinting: true,
inputToken: eth,
Expand Down

0 comments on commit ff02fff

Please sign in to comment.