| 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());
|
|
|