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

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

Issue 930463002: Disable ClearBrowserDataBrowserTest.CommitButtonDisabledWhileDeletionInProgress (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/clear_browser_data_browsertest.cc
diff --git a/chrome/browser/ui/webui/options/clear_browser_data_browsertest.cc b/chrome/browser/ui/webui/options/clear_browser_data_browsertest.cc
index 0502515273bb7d9711f8839228fb8b9bb577a168..a97cb8277e0642732b611060f384d4d446a2cb0c 100644
--- a/chrome/browser/ui/webui/options/clear_browser_data_browsertest.cc
+++ b/chrome/browser/ui/webui/options/clear_browser_data_browsertest.cc
@@ -41,8 +41,17 @@ class ClearBrowserDataBrowserTest : public OptionsUIBrowserTest {
}
};
+// http://crbug.com/458684
+#if defined(OS_WIN) || defined(OS_MACOSX)
+#define MAYBE_CommitButtonDisabledWhileDeletionInProgress \
+ DISABLED_CommitButtonDisabledWhileDeletionInProgress
+#else
+#define MAYBE_CommitButtonDisabledWhileDeletionInProgress \
+ CommitButtonDisabledWhileDeletionInProgress
+#endif
+
IN_PROC_BROWSER_TEST_F(ClearBrowserDataBrowserTest,
- CommitButtonDisabledWhileDeletionInProgress) {
+ MAYBE_CommitButtonDisabledWhileDeletionInProgress) {
const char kCommitButtonId[] = "#clear-browser-data-commit";
BrowsingDataRemoverCompletionInhibitor completion_inhibitor;
« 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