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

Unified Diff: chrome/browser/chromeos/login/wizard_controller_browsertest.cc

Issue 4271001: Disabling WizardControllerFlowTest.Accelerators and AccountScreenTest.TestBasic for official build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 10 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/chromeos/login/account_screen_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/wizard_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
index e38fdda215fb4552957af7c734979c726b87c8f5..87f3a734739fe37ec6fd755fe671642dd2e2daa8 100644
--- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
@@ -214,7 +214,14 @@ IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest, ControlFlowErrorNetwork) {
EXPECT_EQ(controller()->GetLoginScreen(), controller()->current_screen());
}
-IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest, Accelerators) {
+#if defined(OFFICIAL_BUILD)
+// This test is supposed to fail on official test.
+#define MAYBE_Accelerators DISABLED_Accelerators
+#else
+#define MAYBE_Accelerators Accelerators
+#endif
+
+IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest, MAYBE_Accelerators) {
EXPECT_EQ(controller()->GetNetworkScreen(), controller()->current_screen());
views::FocusManager* focus_manager =
« no previous file with comments | « chrome/browser/chromeos/login/account_screen_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698