Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1232)

Unified Diff: chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc

Issue 1911773003: Disable flaky InlineLoginUISafeIframeBrowserTest ConfirmationRequiredForNonsecureSignin on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc b/chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc
index 3bab360d898cf778b0c13c03fd50940fd9d0d505..6e6a84fd1da1937dda4d0a638af49304c0c80575 100644
--- a/chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc
@@ -857,6 +857,8 @@ IN_PROC_BROWSER_TEST_F(InlineLoginUISafeIframeBrowserTest,
EXPECT_EQ(GURL("about:blank"), contents->GetVisibleURL());
}
+// Flaky on win_chromium_x64_rel_ng: http://crbug605357
+#if !defined(OS_WIN)
IN_PROC_BROWSER_TEST_F(InlineLoginUISafeIframeBrowserTest,
ConfirmationRequiredForNonsecureSignin) {
FakeGaia fake_gaia;
@@ -885,3 +887,4 @@ IN_PROC_BROWSER_TEST_F(InlineLoginUISafeIframeBrowserTest,
run_loop.Run();
base::MessageLoop::current()->RunUntilIdle();
}
+#endif // OS_WIN
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698