Skip to content

Commit 4e16e67

Browse files
[devicelab] explicitly enable vulkan validation in test. (#147382)
Part of flutter/flutter#142659 this test expects validation layers on, so we need to explicitly enable them before we can turn them off by default.
1 parent ab715b1 commit 4e16e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/devicelab/bin/tasks/hello_world_impeller.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Future<TaskResult> run() async {
5454
'run',
5555
options: <String>[
5656
'--enable-impeller',
57+
'--enable-vulkan-validation',
5758
'-d',
5859
device.deviceId,
5960
],

0 commit comments

Comments
 (0)