[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:
parent
cb698ec8a4
commit
4a29a16e87
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user