Unverified Commit a14f74ff authored by Kevin Chisholm's avatar Kevin Chisholm Committed by GitHub

[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.
parent b76707ab
......@@ -54,6 +54,7 @@ Future<TaskResult> run() async {
'run',
options: <String>[
'--enable-impeller',
'--enable-vulkan-validation',
'-d',
device.deviceId,
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment