Index: chrome/browser/session_history_uitest.cc |
diff --git a/chrome/browser/session_history_uitest.cc b/chrome/browser/session_history_uitest.cc |
index 3daab18f66eede309dbfc04a44d4b3fff0b95805..fe06d8b8ba10c2dd7cc4b4b55dd5135fd7979173 100644 |
--- a/chrome/browser/session_history_uitest.cc |
+++ b/chrome/browser/session_history_uitest.cc |
@@ -483,9 +483,9 @@ TEST_F(SessionHistoryTest, JavascriptHistory) { |
// NotificationService.) |
} |
-// This test is flaky and has been disabled. It looks like the server does not |
-// start fast enough, and the navigation fails (with 404). See bug 8444. |
-TEST_F(SessionHistoryTest, DISABLED_LocationReplace) { |
+// This test is flaky. It looks like the server does not start fast enough, |
+// and the navigation fails (with 404). See http://crbug.com/8444. |
+TEST_F(SessionHistoryTest, FLAKY_LocationReplace) { |
// Test that using location.replace doesn't leave the title of the old page |
// visible. |
scoped_refptr<HTTPTestServer> server = |