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

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

Issue 4703005: Mark failing unittest to FAILS. (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 | « 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/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 87f3a734739fe37ec6fd755fe671642dd2e2daa8..9bf061832b60775056f8c673d7c6ce5cbe670c88 100644
--- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
@@ -68,7 +68,9 @@ class WizardControllerTest : public chromeos::WizardInProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(WizardControllerTest);
};
-IN_PROC_BROWSER_TEST_F(WizardControllerTest, SwitchLanguage) {
+// TODO(zelidrag): Need to revisit this once translation for fr and ar is
+// complete. See http://crosbug.com/8974
+IN_PROC_BROWSER_TEST_F(WizardControllerTest, FAILS_SwitchLanguage) {
WizardController* const wizard = controller();
ASSERT_TRUE(wizard != NULL);
wizard->ShowFirstScreen(WizardController::kNetworkScreenName);
« 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