Index: chrome/browser/session_history_uitest.cc |
=================================================================== |
--- chrome/browser/session_history_uitest.cc (revision 29088) |
+++ chrome/browser/session_history_uitest.cc (working copy) |
@@ -497,7 +497,8 @@ |
EXPECT_EQ(L"", GetTabTitle()); |
} |
-TEST_F(SessionHistoryTest, HistorySearchXSS) { |
+// This test is flaky. See bug 22111. |
+TEST_F(SessionHistoryTest, FLAKY_HistorySearchXSS) { |
// about:blank should be loaded first. |
ASSERT_FALSE(tab_->GoBack()); |
EXPECT_EQ(L"", GetTabTitle()); |