mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[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
|
||||
|
||||
- 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(() {
|
||||
|
Loading…
Reference in New Issue
Block a user