[devicelab] enable impeller in external texture test. (#152502)

This will allow us to test impeller with SurfaceTextures. Don't know how to verify if this will work ahead of time without just turning it on...
This commit is contained in:
Jonah Williams
2024-07-29 13:15:25 -07:00
committed by GitHub
parent cb698ec8a4
commit 4a29a16e87

View File

@@ -8,5 +8,5 @@ import 'package:flutter_devicelab/tasks/integration_tests.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.android;
await task(createExternalTexturesFrameRateIntegrationTest(extraOptions: <String>['--no-enable-impeller']));
await task(createExternalTexturesFrameRateIntegrationTest());
}