Unverified Commit 694b2535 authored by Camille Simon's avatar Camille Simon Committed by GitHub

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

parent 884f4d05
......@@ -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
......
......@@ -43,7 +43,7 @@ Future<bool> findTextSpanTree(
return true;
}
Future<void> main() async {
void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
setUp(() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment