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

Unified Diff: chrome/test/data/webui/settings/cr_settings_browsertest.js

Issue 2521823005: Disable CrSettingsMainPageTest.All on Linux (flaky) (Closed)
Patch Set: Created 4 years, 1 month 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/settings/cr_settings_browsertest.js
diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
index 7dcce60ed96aaa9eaf76d0fa1afa8fbd0a148e04..ffe41d4eb29ffe17dc10e9cf2260ffeb87778e85 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -936,7 +936,8 @@ TEST_F('CrSettingsRouteDynamicParametersTest', 'MAYBE_All', function() {
});
// Times out on Windows Tests (dbg). See https://crbug.com/651296.
-GEN('#if defined(OS_WIN) || defined(OS_CHROMEOS)');
+// Times out / crashes on chromium.linux/Linux Tests (dbg) crbug.com/667882
+GEN('#if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_LINUX)');
GEN('#define MAYBE_MainPage_All DISABLED_All');
GEN('#else');
GEN('#define MAYBE_MainPage_All All');
« 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