[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:
parent
ab715b1c76
commit
4e16e67946
@ -54,6 +54,7 @@ Future<TaskResult> run() async {
|
||||
'run',
|
||||
options: <String>[
|
||||
'--enable-impeller',
|
||||
'--enable-vulkan-validation',
|
||||
'-d',
|
||||
device.deviceId,
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user