diff --git a/dev/devicelab/bin/tasks/external_textures_integration_test.dart b/dev/devicelab/bin/tasks/external_textures_integration_test.dart index 64234a229c..28d234baec 100644 --- a/dev/devicelab/bin/tasks/external_textures_integration_test.dart +++ b/dev/devicelab/bin/tasks/external_textures_integration_test.dart @@ -8,5 +8,5 @@ import 'package:flutter_devicelab/tasks/integration_tests.dart'; Future main() async { deviceOperatingSystem = DeviceOperatingSystem.android; - await task(createExternalTexturesFrameRateIntegrationTest(extraOptions: ['--no-enable-impeller'])); + await task(createExternalTexturesFrameRateIntegrationTest()); }