Commit 2a1bf28f authored by tapted's avatar tapted Committed by Commit bot

Disable ManagePasswordsBubbleDialogViewTest.InvokeDialog_ManagePasswordBubble

ExecuteManagePasswordsCommand() spins a runloop which will be flaky in
a browser test.

BUG=716681

Review-Url: https://codereview.chromium.org/2861613003
Cr-Commit-Position: refs/heads/master@{#468940}
parent 98fda4ce
......@@ -62,8 +62,10 @@ IN_PROC_BROWSER_TEST_F(ManagePasswordsBubbleDialogViewTest,
RunDialog();
}
// Disabled: ExecuteManagePasswordsCommand() spins a runloop which will be flaky
// in a browser test. See http://crbug.com/716681.
IN_PROC_BROWSER_TEST_F(ManagePasswordsBubbleDialogViewTest,
InvokeDialog_ManagePasswordBubble) {
DISABLED_InvokeDialog_ManagePasswordBubble) {
RunDialog();
}
......
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