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

Fix for release build failure https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_pixel_7pro%20hello_world_impeller/3962/overview

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:
Kevin Chisholm 2024-05-22 11:08:21 -05:00 committed by GitHub
parent b76707abb0
commit a14f74ff3a
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,
],