Commit 89f5b9b6 authored by Christopher Lam's avatar Christopher Lam Committed by Commit Bot

Disable flaky FallbackCoordinator tests.

TBR=javierrobles@chromium.org

Bug: 1115321, 1115282
Change-Id: I2684b189dc648fd738e9f6bb21acb7da46809587
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352255Reviewed-by: default avatarcalamity <calamity@chromium.org>
Commit-Queue: calamity <calamity@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797549}
parent b27574c9
...@@ -451,7 +451,8 @@ BOOL WaitForKeyboardToAppear() { ...@@ -451,7 +451,8 @@ BOOL WaitForKeyboardToAppear() {
} }
// Tests that the manual fallback view is present in incognito. // Tests that the manual fallback view is present in incognito.
- (void)testIncognitoManualFallbackMenu { // Disabled due to flakiness. See crbug.com/1115321.
- (void)DISABLED_testIncognitoManualFallbackMenu {
// Add the profile to use for verification. // Add the profile to use for verification.
[AutofillAppInterface saveExampleProfile]; [AutofillAppInterface saveExampleProfile];
...@@ -560,7 +561,8 @@ BOOL WaitForKeyboardToAppear() { ...@@ -560,7 +561,8 @@ BOOL WaitForKeyboardToAppear() {
} }
// Tests that the manual fallback view is not duplicated after incognito. // Tests that the manual fallback view is not duplicated after incognito.
- (void)testReturningFromIncognitoDoesNotDuplicatesManualFallbackMenu { // Disabled due to flakiness. See crbug.com/1115282.
- (void)DISABLED_testReturningFromIncognitoDoesNotDuplicatesManualFallbackMenu {
// Add the profile to use for verification. // Add the profile to use for verification.
[AutofillAppInterface saveExampleProfile]; [AutofillAppInterface saveExampleProfile];
......
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