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:
219
219
echo "Checking for app's container on the booted simulator:"
220
220
xcrun simctl get_app_container booted com.flutterbountyhunters.deeplinks.example
221
221
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
226
226
227
227
- name : Run the iOS deep link tests
228
228
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(
30
30
_log.info ("Running deep link test driver..." );
31
31
32
32
// 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);
35
35
36
36
FlutterDriver ? driver;
37
37
addTearDown (() async {
You can’t perform that action at this time.
0 commit comments