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); |