Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky forked nodes tests (#3029)
# Description Recently we changed default values for the native price cache which led to some tests failing. The problem seems to be that we can no longer reliably fetch native prices for some tokens. # Changes With #2987 we now have an easy way to make sure that all the native prices that can be there will be there. So I just enabled the feature and at least one of the problematic tests passed right away. Will check CI if other tests are still problematic. Edit: Seems to fix the forked nodes tests but some driver tests are still [flaky](https://github.com/cowprotocol/services/actions/runs/11121979135/job/30902264434?pr=3029) ## How to test This is the test
- Loading branch information