Skip to content

Commit

Permalink
disable pooltracker integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Dec 13, 2024
1 parent f3a18a5 commit f1e9bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/cables/cables-integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ describe('Cables', function () {
);
});

describe('getTopPoolsForToken', () => {
describe.skip('getTopPoolsForToken', () => {
it('USDC getTopPoolsForToken', async function () {
// We have to check without calling initializePricing, because
// pool-tracker is not calling that function
Expand Down

0 comments on commit f1e9bcf

Please sign in to comment.