diff --git a/dev/devicelab/bin/tasks/flavors_test.dart b/dev/devicelab/bin/tasks/flavors_test.dart index c690c217b885..055f58aa29f7 100644 --- a/dev/devicelab/bin/tasks/flavors_test.dart +++ b/dev/devicelab/bin/tasks/flavors_test.dart @@ -17,11 +17,11 @@ Future main() async { await inDirectory('${flutterDirectory.path}/dev/integration_tests/flavors', () async { await flutter( 'install', - options: ['--flavor', 'paid'], + options: ['--debug', '--flavor', 'paid'], ); await flutter( 'install', - options: ['--flavor', 'paid', '--uninstall-only'], + options: ['--debug', '--flavor', 'paid', '--uninstall-only'], ); final StringBuffer stderr = StringBuffer(); await evalFlutter(