Commit a2797238 authored by edchin's avatar edchin Committed by Commit Bot

[ios] Disable flaky test FirstRunTestCase testDismissFirstRun.

TBR=jlebel@chromium.org

Bug: 1061085
Change-Id: I0ec1b61971ac6b9723b8f6eab2425b97aa84c5c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100717Reviewed-by: default avataredchin <edchin@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749774}
parent 4a49458f
......@@ -119,7 +119,8 @@ id<GREYMatcher> SkipSigninButton() {
}
// Dismisses the first run screens.
- (void)testDismissFirstRun {
// TODO(crbug.com/1061085): This test is flaky and has timeout.
- (void)FLAKY_testDismissFirstRun {
[FirstRunAppInterface showFirstRunUI];
[[EarlGrey selectElementWithMatcher:FirstRunOptInAcceptButton()]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment