[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 task_name: routing_test
- name: Linux_android spell_check_test - name: Linux_android spell_check_test
bringup: true # TESTING PURPOSES ONLY bringup: true
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
timeout: 60 timeout: 60

View File

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