flutter/packages/flutter_tools/test/general.shard/ios
Jonah Williams 44d0e52d20
[flutter_tools] remove fallback discovery and observatory timeout (#68756)
The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds.

This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
2020-10-29 18:43:47 -07:00
..
code_signing_test.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
devices_test.dart [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
ios_deploy_test.dart Stop debugger when iOS app crashes (#68844) 2020-10-23 14:12:04 -07:00
ios_device_install_test.dart [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
ios_device_logger_test.dart Revert noninteractive lldb debugging, timeout warning (#68245) 2020-10-15 18:02:15 -07:00
ios_device_port_forwarder_test.dart Revert "Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)" (#60569) 2020-06-29 18:29:58 -07:00
ios_device_project_test.dart [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
ios_device_start_nonprebuilt_test.dart [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
ios_device_start_prebuilt_test.dart [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
ios_project_migration_test.dart enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) 2020-10-26 12:42:05 -07:00
ios_workflow_test.dart [flutter_tools] add feature for iOS, android, and fuchsia (#61481) 2020-07-16 09:51:59 -07:00
mac_test.dart Replace MockArtifacts with Artifacts.test() (#67012) 2020-09-30 16:25:29 -07:00
simulators_test.dart enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) 2020-10-26 12:42:05 -07:00
xcodeproj_test.dart enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) 2020-10-26 12:42:05 -07:00