[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:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user