[devicelab] explicitly enable vulkan validation in test. (#147382)

Part of https://github.com/flutter/flutter/issues/142659

this test expects validation layers on, so we need to explicitly enable
them before we can turn them off by default.
This commit is contained in:
Jonah Williams 2024-04-25 14:07:53 -07:00 committed by GitHub
parent ab715b1c76
commit 4e16e67946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,7 @@ Future<TaskResult> run() async {
'run',
options: <String>[
'--enable-impeller',
'--enable-vulkan-validation',
'-d',
device.deviceId,
],