Unverified Commit a165da23 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Remove device unlock from hostonly compile test (#100571)

parent 86c02e99
......@@ -1264,8 +1264,6 @@ class CompileTest {
Future<TaskResult> run() async {
return inDirectory<TaskResult>(testDirectory, () async {
final Device device = await devices.workingDevice;
await device.unlock();
await flutter('packages', options: <String>['get']);
final Map<String, dynamic> compileRelease = await _compileApp(reportPackageContentSizes: reportPackageContentSizes);
......
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