Commit a4f1a716 authored by Hui Yingst's avatar Hui Yingst Committed by Chromium LUCI CQ

[iOS] Disable [PasswordViewControllerTestCase...

[iOS] Disable [PasswordViewControllerTestCase testIPadTappingOutsidePopOverDismissPasswordController].

TBR=javierrobles@chromium.org

Bug: 1162296
Change-Id: I1ee3f801b18dd8d950e9ba021b01571c34dcda93
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602255Reviewed-by: default avatarHui Yingst <nigi@chromium.org>
Reviewed-by: default avatarJavier Flores <javierrobles@chromium.org>
Commit-Queue: Hui Yingst <nigi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839645}
parent f5e6fc7d
......@@ -438,7 +438,8 @@ BOOL WaitForJavaScriptCondition(NSString* java_script_condition) {
// Tests that the Password View Controller is dismissed when tapping the outside
// the popover on iPad.
- (void)testIPadTappingOutsidePopOverDismissPasswordController {
// TODO(crbug.com/1162296): Re-enable this test after this issue is fixed.
- (void)DISABLED_testIPadTappingOutsidePopOverDismissPasswordController {
if (![ChromeEarlGrey isIPadIdiom]) {
return;
}
......
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