test: skip fetchTokenList tests (#4330)

skip token list tests
This commit is contained in:
Vignesh Mohankumar 2022-08-11 15:00:44 -04:00 committed by GitHub
parent acdca350a6
commit 50556a295f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
import fetchTokenList, { DEFAULT_TOKEN_LIST } from './fetchTokenList'
describe('fetchTokenList', () => {
describe.skip('fetchTokenList', () => {
const resolver = jest.fn()
it('throws on an invalid list url', async () => {