Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b31f41b

Browse files
Unlock the device before running a StartupTest benchmark (#112243)
1 parent 4aa27d8 commit b31f41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/devicelab/lib/tasks/perf_tests.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ class StartupTest {
655655
Future<TaskResult> run() async {
656656
return inDirectory<TaskResult>(testDirectory, () async {
657657
final Device device = await devices.workingDevice;
658+
await device.unlock();
658659
const int iterations = 5;
659660
final List<Map<String, dynamic>> results = <Map<String, dynamic>>[];
660661

0 commit comments

Comments
 (0)