As part of migrating to the VS Code runner, "Run All Tests" will run integration tests too (unless the user hides them), but flutter test doesn't support both so we end up with:
Integration tests and unit tests cannot be run in a single invocation. Use separate invocations of flutter test to run integration tests and unit tests.
We should split these into two runs, like we would with different projects tests.