From 6c9f65179dc6c88bdf1e6cfa39ab095fa3636820 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 2 Apr 2024 13:17:52 -0700 Subject: [PATCH] Do not use adb shell screenrecord during CI runs. --- testing/scenario_app/bin/utils/options.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/scenario_app/bin/utils/options.dart b/testing/scenario_app/bin/utils/options.dart index e1c785a42f767..91b9e4491ecf9 100644 --- a/testing/scenario_app/bin/utils/options.dart +++ b/testing/scenario_app/bin/utils/options.dart @@ -168,7 +168,6 @@ extension type const Options._(ArgResults _args) { ..addFlag( 'record-screen', help: 'Whether to record the screen during the test run.', - defaultsTo: environment.isCi, ) ..addOption( 'impeller-backend',