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

Unified Diff: chrome/browser/ui/webui/options/options_ui_browsertest.cc

Issue 1021233002: Disable OptionsUIBrowserTest.VerifyManagedSignout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disable_rssparsevalidfeed
Patch Set: Created 5 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 | « 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/options/options_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/options/options_ui_browsertest.cc b/chrome/browser/ui/webui/options/options_ui_browsertest.cc
index 7de5e6d955525719cab1f83929fe1428eae055f7..4ff309baac62f6ba8cd0ce661a6da0167c434c86 100644
--- a/chrome/browser/ui/webui/options/options_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/options/options_ui_browsertest.cc
@@ -186,9 +186,8 @@ IN_PROC_BROWSER_TEST_F(OptionsUIBrowserTest, LoadOptionsByURL) {
VerifyNavbar();
}
-// Flaky on win_rel when the profile is deleted crbug.com/103355
-// Also related to crbug.com/104851
-#if defined(OS_WIN)
+// Flaky on Mac and Win: http://crbug.com/469113
+#if defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_VerifyManagedSignout DISABLED_VerifyManagedSignout
#else
#define MAYBE_VerifyManagedSignout VerifyManagedSignout
« 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