File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/flutter_test_runners/lib/src/deep_links Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -219,10 +219,10 @@ jobs:
219219 echo "Checking for app's container on the booted simulator:"
220220 xcrun simctl get_app_container booted com.flutterbountyhunters.deeplinks.example
221221
222- - name : Launch the app on the simulator just to prove we can
223- run : |
224- echo "Launching the installed app to prove that we can..."
225- xcrun simctl launch booted com.flutterbountyhunters.deeplinks.example
222+ # - name: Launch the app on the simulator just to prove we can
223+ # run: |
224+ # echo "Launching the installed app to prove that we can..."
225+ # xcrun simctl launch booted com.flutterbountyhunters.deeplinks.example
226226
227227 - name : Run the iOS deep link tests
228228 run : flutter test test_driver/deep_link_ios_test.dart
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ void testDeepLinkIosAppLaunch(
3030 _log.info ("Running deep link test driver..." );
3131
3232 // Pre-emptively the kill the app, in case it's already running.
33- _log.info ("Pre-emptively killing the app" );
34- await Xcrun .killApp (appBundleId);
33+ // _log.info("Pre-emptively killing the app");
34+ // await Xcrun.killApp(appBundleId);
3535
3636 FlutterDriver ? driver;
3737 addTearDown (() async {
You can’t perform that action at this time.
0 commit comments