Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure run_tests.py runs dart tests on Skia (flutter#49260)
Today the default renderer on hosts is Skia, but if we ever change the default then we will be testing on Impeller+default(Impeller) rather than both Skia and Impeller. Change the flutter_tester launch arguments to explicitly disable Impeller when we want to test Skia so that we will always test on both platforms.
- Loading branch information