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

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

Issue 2808473002: [WebUI] Disable 3 flaky tests on ChromiumOS dbg (timeouts) (Closed)
Patch Set: Created 3 years, 8 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 | chrome/test/data/webui/settings/settings_subpage_browsertest.js » ('j') | 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 b77aff05d2976995da8f161029b35ffcfbeddc96..5b26a8b1e35180b1c8ccfddd717bbd310e78448f 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -1136,7 +1136,13 @@ CrSettingsNonExistentRouteTest.prototype = {
runAccessibilityChecks: false,
};
-TEST_F('CrSettingsNonExistentRouteTest', 'All', function() {
+// Failing on ChromiumOS dbg. https://crbug.com/709442
+GEN('#if defined(OS_CHROMEOS) && !defined(NDEBUG)');
+GEN('#define MAYBE_All DISABLED_All');
+GEN('#else');
+GEN('#define MAYBE_All All');
+GEN('#endif');
+TEST_F('CrSettingsNonExistentRouteTest', 'MAYBE_All', function() {
suite('NonExistentRoutes', function() {
test('redirect to basic', function() {
assertEquals(settings.Route.BASIC, settings.getCurrentRoute());
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/settings_subpage_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698