Commit 404d6ea5 authored by Friedrich Horschig's avatar Friedrich Horschig Committed by Commit Bot

[iOS][Flaky] Mark KeyboardObserverTestCase.testKeyboardDidHide flaky

This test was failing frequently, see linked bug for details.

TBR=javierrobles@chromium.org

Bug: 914374
Change-Id: I6cf9df559992c594258314fbb7e736a6da9c023d
Reviewed-on: https://chromium-review.googlesource.com/c/1373766Reviewed-by: default avatarFriedrich Horschig [CET] <fhorschig@chromium.org>
Commit-Queue: Friedrich Horschig [CET] <fhorschig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615918}
parent 5606be93
...@@ -149,7 +149,8 @@ void TapOnWebElementWithID(const std::string& elementID) { ...@@ -149,7 +149,8 @@ void TapOnWebElementWithID(const std::string& elementID) {
} }
// Tests that when the keyboard actually dismiss the right callback is done. // Tests that when the keyboard actually dismiss the right callback is done.
- (void)testKeyboardDidHide { // TODO(crbug.com/914374): Address flakiness and reenable.
- (void)DISABLED_testKeyboardDidHide {
// Brings up the keyboard by tapping on one of the form's field. // Brings up the keyboard by tapping on one of the form's field.
TapOnWebElementWithID(kFormElementID1); TapOnWebElementWithID(kFormElementID1);
......
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