Skip to content

Commit

Permalink
test: skip lifi swap quote provider tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Oct 16, 2024
1 parent 3426652 commit 7c54516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quote/swap/adapters/lifi/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ETH = EthAddress
const USDC = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
const ONE = '1000000000000000000'

describe('LifiSwapQuoteProvider', () => {
describe.skip('LifiSwapQuoteProvider', () => {
test('getting a swap quote for a specified output amount', async () => {
const request = {
address: '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045',
Expand Down

0 comments on commit 7c54516

Please sign in to comment.