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

Unified Diff: chrome/browser/ui/login/login_handler_browsertest.cc

Issue 2783053003: Disable a few tests that started flaking after r460581. (Closed)
Patch Set: Created 3 years, 9 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 | « chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/login/login_handler_browsertest.cc
diff --git a/chrome/browser/ui/login/login_handler_browsertest.cc b/chrome/browser/ui/login/login_handler_browsertest.cc
index eefd052607f25ef63f7250bd4b08f38165c6c31e..2f3f909c30f6d5e74ea4a16b188c9ea9700d5e06 100644
--- a/chrome/browser/ui/login/login_handler_browsertest.cc
+++ b/chrome/browser/ui/login/login_handler_browsertest.cc
@@ -808,6 +808,8 @@ IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest,
}
IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, SupplyRedundantAuths) {
+ if (content::IsBrowserSideNavigationEnabled())
+ return; // TODO(jam): investigate
ASSERT_TRUE(embedded_test_server()->Start());
// Get NavigationController for tab 1.
@@ -863,6 +865,8 @@ IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, SupplyRedundantAuths) {
}
IN_PROC_BROWSER_TEST_F(LoginPromptBrowserTest, CancelRedundantAuths) {
+ if (content::IsBrowserSideNavigationEnabled())
+ return; // TODO(jam): investigate
ASSERT_TRUE(embedded_test_server()->Start());
// Get NavigationController for tab 1.
« no previous file with comments | « chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698