summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-20 02:46:24 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-20 02:46:24 +0000
commited962243707263c97f4ba6f7d7614a6cfde86b0c (patch)
tree5d2e493408243a05117188b741097ee3249f0016 /chrome/test
parent5210df35578c33208b5720d4fa7807b3a228540a (diff)
downloadchromium_src-ed962243707263c97f4ba6f7d7614a6cfde86b0c.zip
chromium_src-ed962243707263c97f4ba6f7d7614a6cfde86b0c.tar.gz
chromium_src-ed962243707263c97f4ba6f7d7614a6cfde86b0c.tar.bz2
Mark AutomationProxyTest.AppModalDialogTest as flaky.
TBR=thestig BUG=25039 TEST=AutomationProxyTest.AppModalDialogTest Review URL: http://codereview.chromium.org/3431015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/automation/automation_proxy_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index 96e43dd..614f37b 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -1375,7 +1375,8 @@ TEST_F(AutomationProxyVisibleTest, AutocompleteMatchesTest) {
EXPECT_FALSE(matches.empty());
}
-TEST_F(AutomationProxyTest, AppModalDialogTest) {
+// Flaky, see http://crbug.com/25039.
+TEST_F(AutomationProxyTest, FLAKY_AppModalDialogTest) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
scoped_refptr<TabProxy> tab(browser->GetTab(0));