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

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

Issue 2434473004: Disable many tests with flaky accessibility audits. (Closed)
Patch Set: Disable a bunch of flaky tests Created 4 years, 2 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 | « chrome/browser/ui/webui/options/multilanguage_options_webui_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/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 a84873fede6c6fc9bf21daf388af0de1e08609b7..7c406b3cfe65c573d13defbd53189a71ec5115d5 100644
--- a/chrome/browser/ui/webui/options/settings_format_browsertest.js
+++ b/chrome/browser/ui/webui/options/settings_format_browsertest.js
@@ -132,7 +132,13 @@ SettingsFormatWebUITest.prototype = {
/**
* Ensure that radio and checkbox buttons have consistent layout.
*/
-TEST_F('SettingsFormatWebUITest', 'RadioCheckboxStyleCheck', function() {
+// TODO(crbug.com/657514) Flakes on linux and chromeos.
+GEN('#if defined(OS_LINUX) || defined(OS_CHROMEOS)');
+GEN('#define MAYBE_RadioCheckboxStyleCheck DISABLED_RadioCheckboxStyleCheck');
+GEN('#else');
+GEN('#define MAYBE_RadioCheckboxStyleCheck RadioCheckboxStyleCheck');
+GEN('#endif // defined(OS_WIN)');
+TEST_F('SettingsFormatWebUITest', 'MAYBE_RadioCheckboxStyleCheck', function() {
var settings = $('settings');
assertTrue(settings != null, 'Unable to access settings');
var query = 'input[type=checkbox], input[type=radio]';
« no previous file with comments | « chrome/browser/ui/webui/options/multilanguage_options_webui_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698