summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/gfx/text_elider_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/gfx/text_elider_unittest.cc b/app/gfx/text_elider_unittest.cc
index 385d92d..f8ef035 100644
--- a/app/gfx/text_elider_unittest.cc
+++ b/app/gfx/text_elider_unittest.cc
@@ -186,7 +186,8 @@ TEST(TextEliderTest, TestFilenameEliding) {
}
}
-TEST(TextEliderTest, ElideTextLongStrings) {
+// http://code.google.com/p/chromium/issues/detail?id=33489
+TEST(TextEliderTest, DISABLED_ElideTextLongStrings) {
const std::wstring kEllipsisStr(kEllipsis);
std::wstring data_scheme(L"data:text/plain,");