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

Unified Diff: chrome/test/data/webui/settings/site_settings_page_browsertest.js

Issue 2808473002: [WebUI] Disable 3 flaky tests on ChromiumOS dbg (timeouts) (Closed)
Patch Set: Created 3 years, 8 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/test/data/webui/settings/settings_subpage_browsertest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/site_settings_page_browsertest.js
diff --git a/chrome/test/data/webui/settings/site_settings_page_browsertest.js b/chrome/test/data/webui/settings/site_settings_page_browsertest.js
index 0b8256e20576223d11dd2861c873ae964fb31fa0..0b9ade75861c1cdb50d7ea52ea910f064733d7bc 100644
--- a/chrome/test/data/webui/settings/site_settings_page_browsertest.js
+++ b/chrome/test/data/webui/settings/site_settings_page_browsertest.js
@@ -15,7 +15,13 @@ SettingsSiteSettingsPageBrowserTest.prototype = {
__proto__: SettingsPageBrowserTest.prototype,
};
-TEST_F('SettingsSiteSettingsPageBrowserTest', 'labels', function() {
+// Failing on ChromiumOS dbg. https://crbug.com/709442
+GEN('#if defined(OS_CHROMEOS) && !defined(NDEBUG)');
+GEN('#define MAYBE_labels DISABLED_labels');
+GEN('#else');
+GEN('#define MAYBE_labels labels');
+GEN('#endif');
+TEST_F('SettingsSiteSettingsPageBrowserTest', 'MAYBE_labels', function() {
suite('Site settings page', function() {
var ui;
« no previous file with comments | « chrome/test/data/webui/settings/settings_subpage_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698