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

Unified Diff: chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js

Issue 1751123003: Disable flaky GuestModeOptionsUIBrowserTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/chromeos/guest_mode_options_browsertest.js
diff --git a/chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js b/chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js
index 55a673e2b72e56d07f638668457a4b65446a0775..193e970ce563c32e531083421937aba1d28f0a65 100644
--- a/chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js
+++ b/chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js
@@ -41,8 +41,9 @@ GuestModeOptionsUIBrowserTest.prototype = {
/**
* Test sections that should be hidden in guest mode.
+ * TODO(michaelpg): Debug flakiness: crbug.com/591154.
*/
-TEST_F('GuestModeOptionsUIBrowserTest', 'testSections', function() {
+TEST_F('GuestModeOptionsUIBrowserTest', 'DISABLED_testSections', function() {
this.expectHidden($('startup-section'));
this.expectHidden($('appearance-section'));
this.expectHidden($('andorid-apps-section'));
@@ -53,8 +54,9 @@ TEST_F('GuestModeOptionsUIBrowserTest', 'testSections', function() {
/**
* Test controls that should be disabled in guest mode.
+ * TODO(michaelpg): Debug flakiness: crbug.com/591154.
*/
-TEST_F('GuestModeOptionsUIBrowserTest', 'testControls', function() {
+TEST_F('GuestModeOptionsUIBrowserTest', 'DISABLED_testControls', function() {
// Appearance section.
var setWallpaper = $('set-wallpaper');
expectTrue(setWallpaper.disabled);
« 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