diff options
-rw-r--r-- | app/l10n_util_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/l10n_util_unittest.cc b/app/l10n_util_unittest.cc index e1af33c..2ac9530 100644 --- a/app/l10n_util_unittest.cc +++ b/app/l10n_util_unittest.cc @@ -97,7 +97,7 @@ void SetICUDefaultLocale(const std::string& locale_string) { // The meaning of that API, on the Mac, is "the locale used by Cocoa's main // nib file", which clearly can't be stubbed by a test app that doesn't use // Cocoa. -TEST_F(L10nUtilTest, GetAppLocale) { +TEST_F(L10nUtilTest, DISABLED_GetAppLocale) { // Use a temporary locale dir so we don't have to actually build the locale // dlls for this test. FilePath orig_locale_dir; |