Unverified Commit 8262f808 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Revert "[devicelab] fix flutter gallery app name (#68528)" (#68530)

This reverts commit 0f69f8e5.
parent 0f69f8e5
......@@ -477,10 +477,6 @@ class StartupTest {
'--profile',
]);
applicationBinaryPath = '$testDirectory/build/ios/iphoneos/Runner.app';
// TODO(jonahwilliams): fix this lookup to use a machine mode.
if (!File(applicationBinaryPath).existsSync()) {
applicationBinaryPath = '"$testDirectory/build/ios/iphoneos/Flutter Gallery.app"';
}
break;
case DeviceOperatingSystem.fuchsia:
case DeviceOperatingSystem.fake:
......
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