Skip to content

Commit 694b253

Browse files
authored
[Android] Fix spell check integration test guarded function conflict (#113541)
1 parent 884f4d0 commit 694b253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ targets:
21422142
task_name: routing_test
21432143

21442144
- name: Linux_android spell_check_test
2145-
bringup: true # TESTING PURPOSES ONLY
2145+
bringup: true
21462146
recipe: devicelab/devicelab_drone
21472147
presubmit: false
21482148
timeout: 60

dev/integration_tests/spell_check/integration_test/integration_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Future<bool> findTextSpanTree(
4343
return true;
4444
}
4545

46-
Future<void> main() async {
46+
void main() {
4747
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
4848

4949
setUp(() {

0 commit comments

Comments
 (0)