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

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

Issue 1996013005: Disable flaky test SettingsFormatWebUITest.CheckboxIdOrPrefCheck (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | 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/settings_format_browsertest.js
diff --git a/chrome/browser/ui/webui/options/settings_format_browsertest.js b/chrome/browser/ui/webui/options/settings_format_browsertest.js
index 27561f88e525d319ac17482864eb431a5ef0ae9b..a84873fede6c6fc9bf21daf388af0de1e08609b7 100644
--- a/chrome/browser/ui/webui/options/settings_format_browsertest.js
+++ b/chrome/browser/ui/webui/options/settings_format_browsertest.js
@@ -148,7 +148,8 @@ TEST_F('SettingsFormatWebUITest', 'RadioCheckboxStyleCheck', function() {
/**
* Each checkbox requires an id or pref property.
*/
-TEST_F('SettingsFormatWebUITest', 'CheckboxIdOrPrefCheck', function() {
+// Flaky crashes on all platforms; http://crbug.com/613034.
+TEST_F('SettingsFormatWebUITest', 'DISABLED_CheckboxIdOrPrefCheck', function() {
var query =
'input[type=checkbox]:not([pref]):not([id]):not(.spacer-checkbox)';
var elements = document.querySelectorAll(query);
« 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