Commit 6fba901e authored by mgiuca's avatar mgiuca Committed by Commit bot

Disabled WebviewLoginTest.BackButton.

Flaky on Linux ChromiumOS bots.

TBR=nkostylev@chromium.org
NOTRY=true
BUG=512648

Review URL: https://codereview.chromium.org/1249783003

Cr-Commit-Position: refs/heads/master@{#339811}
parent a4e2fc1a
...@@ -45,7 +45,8 @@ IN_PROC_BROWSER_TEST_F(WebviewLoginTest, Basic) { ...@@ -45,7 +45,8 @@ IN_PROC_BROWSER_TEST_F(WebviewLoginTest, Basic) {
session_start_waiter.Wait(); session_start_waiter.Wait();
} }
IN_PROC_BROWSER_TEST_F(WebviewLoginTest, BackButton) { // Flaky: http://crbug.com/512648.
IN_PROC_BROWSER_TEST_F(WebviewLoginTest, DISABLED_BackButton) {
WaitForGaiaPageLoad(); WaitForGaiaPageLoad();
// Start: no back button, first page. // Start: no back button, first page.
......
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