diff --git a/dev/devicelab/lib/tasks/perf_tests.dart b/dev/devicelab/lib/tasks/perf_tests.dart index 9af9ac312f..89c8bc5a83 100644 --- a/dev/devicelab/lib/tasks/perf_tests.dart +++ b/dev/devicelab/lib/tasks/perf_tests.dart @@ -807,7 +807,7 @@ class PerfTest { final String deviceId = device.deviceId; await flutter('drive', options: [ - '--no-dds', // TODO(dnfield): consider removing when https://github.com/flutter/flutter/issues/81707 is fixed + '--no-dds', '--no-android-gradle-daemon', '-v', '--verbose-system-logs',