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
e5f2236a
Unverified
Commit
e5f2236a
authored
Dec 04, 2020
by
Jenn Magder
Committed by
GitHub
Dec 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Turn off flaky module_test_ios FlutterUITests (#71730)
parent
268656a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FlutterUITests.m
...ration_tests/ios_host_app/FlutterUITests/FlutterUITests.m
+1
-1
Host.xcscheme
...t_app/Host.xcodeproj/xcshareddata/xcschemes/Host.xcscheme
+1
-1
No files found.
dev/integration_tests/ios_host_app/FlutterUITests/FlutterUITests.m
View file @
e5f2236a
...
...
@@ -7,6 +7,7 @@
@interface
FlutterUITests
:
XCTestCase
@end
// TODO(jmagman): These tests has become flaky and are disabled in the test scheme. Fix https://github.com/flutter/flutter/issues/70630 and re-enable.
@implementation
FlutterUITests
-
(
void
)
setUp
{
...
...
@@ -43,7 +44,6 @@
XCTAssertTrue
([
app
.
navigationBars
[
@"Flutter iOS Demos Home"
]
waitForExistenceWithTimeout
:
60
.
0
]);
}
// TODO(dnfield): this test has become flaky, fix https://github.com/flutter/flutter/issues/70630 and re-enable.
-
(
void
)
testFlutterViewWarm
{
XCUIApplication
*
app
=
[[
XCUIApplication
alloc
]
init
];
[
app
launch
];
...
...
dev/integration_tests/ios_host_app/Host.xcodeproj/xcshareddata/xcschemes/Host.xcscheme
View file @
e5f2236a
...
...
@@ -39,7 +39,7 @@
</BuildableReference>
<SkippedTests>
<Test
Identifier =
"FlutterUITests
/testFlutterViewWarm
"
>
Identifier =
"FlutterUITests"
>
</Test>
</SkippedTests>
</TestableReference>
...
...
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