Index: chrome/test/automation/automation_proxy_uitest.cc |
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc |
index 9b19c5ece5e6392c3c8f6877e2a08f10a5560e65..333ce95266409494293b84b765aa90083a27699b 100644 |
--- a/chrome/test/automation/automation_proxy_uitest.cc |
+++ b/chrome/test/automation/automation_proxy_uitest.cc |
@@ -1071,7 +1071,8 @@ TEST_F(AutomationProxyVisibleTest, DISABLED_AutocompleteMatchesTest) { |
EXPECT_FALSE(matches.empty()); |
} |
-// Disabled because flaky see bug #5314. |
+// This test is flaky, see http://crbug.com/5314. Disabled because it hangs |
+// on Mac (http://crbug.com/25039). |
TEST_F(AutomationProxyTest, DISABLED_AppModalDialogTest) { |
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); |
ASSERT_TRUE(browser.get()); |