Skip to content

Commit

Permalink
add gtceth test
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Jan 16, 2024
1 parent 923b6f0 commit 4e62252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/gtceth/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { eth, gtcETH, weth } = QuoteTokens
const zeroExApi = ZeroExApiSwapQuote

// Works locally, fails on github actions for some reason.
describe.skip('gtcETH (mainnet)', () => {
describe('gtcETH (mainnet)', () => {
let factory: TestFactory
beforeEach(async () => {
const provider = LocalhostProvider
Expand All @@ -32,7 +32,7 @@ describe.skip('gtcETH (mainnet)', () => {
await factory.executeTx()
})

test('minting with WETH', async () => {
test.skip('minting with WETH', async () => {
await factory.fetchQuote({
isMinting: true,
inputToken: weth,
Expand Down

0 comments on commit 4e62252

Please sign in to comment.