[Android] Fix spell check integration test guarded function conflict (#113541)

This commit is contained in:
Camille Simon 2022-10-24 15:54:18 -07:00 committed by GitHub
parent 884f4d0582
commit 694b25355d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2142,7 +2142,7 @@ targets:
task_name: routing_test
- name: Linux_android spell_check_test
bringup: true # TESTING PURPOSES ONLY
bringup: true
recipe: devicelab/devicelab_drone
presubmit: false
timeout: 60

View File

@ -43,7 +43,7 @@ Future<bool> findTextSpanTree(
return true;
}
Future<void> main() async {
void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
setUp(() {