Skip to content

Commit

Permalink
add linear ticket on failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Feb 12, 2025
1 parent 11219b3 commit f775be1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3719,6 +3719,8 @@ describe('quote for other networks', () => {

if (chain === ChainId.MAINNET && tradeType === TradeType.EXACT_INPUT) {
describe('Cross-protocol liquidity pools', () => {
// https://linear.app/uniswap/issue/ROUTE-395/eth-dog-returns-a-route-through-wsteth-test-failure-is-a-regression
// this test is failing, but it should not
it('ETH -> DOG returns a route through wstETH', async () => {
const tokenIn = wrappedNative;
const dog = new Token(
Expand Down

0 comments on commit f775be1

Please sign in to comment.