diff --git a/testing/scenario_app/bin/run_android_tests.dart b/testing/scenario_app/bin/run_android_tests.dart index 43622acee9c39..d31132fc125a1 100644 --- a/testing/scenario_app/bin/run_android_tests.dart +++ b/testing/scenario_app/bin/run_android_tests.dart @@ -350,6 +350,7 @@ Future _run({ 'am', 'instrument', '-w', + '--no-window-animation', if (smokeTestFullPath != null) '-e class $smokeTestFullPath', if (enableImpeller)