Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
694b2535
Unverified
Commit
694b2535
authored
Oct 24, 2022
by
Camille Simon
Committed by
GitHub
Oct 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Android] Fix spell check integration test guarded function conflict (#113541)
parent
884f4d05
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.ci.yaml
.ci.yaml
+1
-1
integration_test.dart
..._tests/spell_check/integration_test/integration_test.dart
+1
-1
No files found.
.ci.yaml
View file @
694b2535
...
@@ -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
...
...
dev/integration_tests/spell_check/integration_test/integration_test.dart
View file @
694b2535
...
@@ -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
(()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment