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

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

Issue 308713004: Disable flaky RangeHistoryWebUITest.allView on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 57fe49079fdeb260e2ce7ad21e578569fb279a46..872915a45a2f9c1c3e7f62a60917e3f5b47f1a5d 100644
--- a/chrome/test/data/webui/history_browsertest.js
+++ b/chrome/test/data/webui/history_browsertest.js
@@ -661,9 +661,9 @@ RangeHistoryWebUITest.prototype = {
};
/**
- * Disabled due to timeout on Mac http://crbug.com/377338
+ * Disabled due to timeout on Mac and ChromeOS http://crbug.com/377338
*/
-GEN('#if defined(OS_MACOSX)');
+GEN('#if defined(OS_MACOSX) || defined(OS_CHROMEOS)');
GEN('#define MAYBE_allView DISABLED_allView');
GEN('#else');
GEN('#define MAYBE_allView allView');
« 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