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

Unified Diff: chrome/browser/ui/webui/settings/settings_basic_browsertest.js

Issue 1460863003: Disable flaky MD Settings tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/browser/ui/webui/settings/settings_advanced_browsertest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/settings_basic_browsertest.js
diff --git a/chrome/browser/ui/webui/settings/settings_basic_browsertest.js b/chrome/browser/ui/webui/settings/settings_basic_browsertest.js
index f38bf1114c167c810fdced967420ae3ecb1e0bbf..fedd00d999ce1e45b1fbc315521f3ae3b42e3338 100644
--- a/chrome/browser/ui/webui/settings/settings_basic_browsertest.js
+++ b/chrome/browser/ui/webui/settings/settings_basic_browsertest.js
@@ -21,7 +21,9 @@ SettingsBasicBrowserTest.prototype = {
runAccessibilityChecks: false,
};
-TEST_F('SettingsBasicBrowserTest', 'NoConsoleErrors', function() {
+// Flaky timeout failures on Linux Tests (dbg) and Win7 Tests (dbg); see
+// https://crbug.com/558434.
+TEST_F('SettingsBasicBrowserTest', 'DISABLED_NoConsoleErrors', function() {
assertEquals(this.browsePreload, document.location.href);
// Nothing else to assert here. If there are errors in the console the test
// will automatically fail.
« no previous file with comments | « chrome/browser/ui/webui/settings/settings_advanced_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698