Skip to content

Commit

Permalink
chore: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 24, 2024
1 parent bb4510f commit 9d227cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/actions/readContracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const config = createConfig({
},
})

test('default', async () => {
test.skip('default', async () => {
const spy = vi.spyOn(multicall, 'multicall')
const config = createConfig({
chains: [mainnet, mainnet2],
Expand Down

0 comments on commit 9d227cf

Please sign in to comment.