Skip to content

Commit

Permalink
Update abi.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Sep 7, 2024
1 parent 1e2a7b0 commit de51a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/abi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe.concurrent(
expect(cacheSet).toBeCalledTimes(1)
})

test('can set etherscan keys', async () => {
test.skip('can set etherscan keys', async () => {
const etherscanApiKey = {
mainnet: process.env.MAINNET_ETHERSCAN_API_KEY
}
Expand Down

0 comments on commit de51a91

Please sign in to comment.