[Android] Fix spell check integration test guarded function conflict (#113541)
This commit is contained in:
parent
884f4d0582
commit
694b25355d
2
.ci.yaml
2
.ci.yaml
@ -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(
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> main() async {
|
void main() {
|
||||||
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
||||||
|
|
||||||
setUp(() {
|
setUp(() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user