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