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

Unified Diff: chrome/test/data/webui/history_browsertest.js

Issue 295393002: Disable RangeHistoryWebUITest.allView on Mac due to timeout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/test/data/webui/history_browsertest.js
diff --git a/chrome/test/data/webui/history_browsertest.js b/chrome/test/data/webui/history_browsertest.js
index 5913041c001c628703c2e651733f7ed51ad6b65a..40aec469d0053fd9fc8b3e0f67f5b627a205e6b6 100644
--- a/chrome/test/data/webui/history_browsertest.js
+++ b/chrome/test/data/webui/history_browsertest.js
@@ -665,7 +665,15 @@ RangeHistoryWebUITest.prototype = {
},
};
-TEST_F('RangeHistoryWebUITest', 'allView', function() {
+/**
+ * Disabled due to timeout on Mac http://crbug.com/377338
+ */
+GEN('#if defined(OS_MACOSX)');
+GEN('#define MAYBE_allView DISABLED_allView');
+GEN('#else');
+GEN('#define MAYBE_allView allView');
+GEN('#endif');
+TEST_F('RangeHistoryWebUITest', 'MAYBE_allView', function() {
// Check that we start off in the all time view.
expectTrue($('timeframe-filter-all').checked);
// See if the correct number of days is shown.
« 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