We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa27d8 commit b31f41bCopy full SHA for b31f41b
dev/devicelab/lib/tasks/perf_tests.dart
@@ -655,6 +655,7 @@ class StartupTest {
655
Future<TaskResult> run() async {
656
return inDirectory<TaskResult>(testDirectory, () async {
657
final Device device = await devices.workingDevice;
658
+ await device.unlock();
659
const int iterations = 5;
660
final List<Map<String, dynamic>> results = <Map<String, dynamic>>[];
661
0 commit comments