Unverified Commit ab20ae78 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[devicelab] uinstall during memory test (#68548)

parent 86c6b7fa
......@@ -1126,6 +1126,7 @@ class MemoryTest {
}
await adb.cancel();
await flutter('install', options: <String>['--uninstall-only', '-d', device.deviceId]);
final ListStatistics startMemoryStatistics = ListStatistics(_startMemory);
final ListStatistics endMemoryStatistics = ListStatistics(_endMemory);
......
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