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

Unified Diff: chrome/browser/ui/webui/options/search_engine_manager_browsertest.js

Issue 8495025: Mark SearchEngineManagerWebUITest.testOpenSearchEngineManager as flaky. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/browser/ui/webui/options/search_engine_manager_browsertest.js
diff --git a/chrome/browser/ui/webui/options/search_engine_manager_browsertest.js b/chrome/browser/ui/webui/options/search_engine_manager_browsertest.js
index bf58b6355c6748186775f820d14d88fe099899c9..9fe21650f0fdc6391a29880e3f2871b86ec4bdc4 100644
--- a/chrome/browser/ui/webui/options/search_engine_manager_browsertest.js
+++ b/chrome/browser/ui/webui/options/search_engine_manager_browsertest.js
@@ -18,8 +18,16 @@ SearchEngineManagerWebUITest.prototype = {
browsePreload: 'chrome://settings/searchEngines',
};
+// See crosbug.com/22673
+GEN('#if defined(OS_CHROMEOS)');
+GEN('#define MAYBE_testOpenSearchEngineManager ' +
+ 'DISABLED_testOpenSearchEngineManager');
+GEN('#else');
+GEN('#define MAYBE_testOpenSearchEngineManager testOpenSearchEngineManager');
+GEN('#endif // defined(OS_CHROMEOS)');
+
// Test opening the search engine manager has correct location.
-TEST_F('SearchEngineManagerWebUITest', 'testOpenSearchEngineManager',
+TEST_F('SearchEngineManagerWebUITest', 'MAYBE_testOpenSearchEngineManager',
function() {
assertEquals(this.browsePreload, document.location.href);
});
« 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