summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-09 21:15:27 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-09 21:15:27 +0000
commit1d02e096c826457204c1b28476272653f1e799d7 (patch)
treed6a344743ad880b485fea7aa06f599ab85d1dbae /chrome/test/automation
parentd91b9de773f5478750bba698769af6acabfe9cde (diff)
downloadchromium_src-1d02e096c826457204c1b28476272653f1e799d7.zip
chromium_src-1d02e096c826457204c1b28476272653f1e799d7.tar.gz
chromium_src-1d02e096c826457204c1b28476272653f1e799d7.tar.bz2
Disabling a flacky UI test.
BUG=5134 TBR=nsylvain Review URL: http://codereview.chromium.org/13303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation')
-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 4a0cd90..e145675 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -821,7 +821,8 @@ TEST_F(AutomationProxyVisibleTest, AutocompleteMatchesTest) {
EXPECT_FALSE(matches.empty());
}
-TEST_F(AutomationProxyTest, AppModalDialogTest) {
+// Disabled because flacky see bug #5314.
+TEST_F(AutomationProxyTest, DISABLED_AppModalDialogTest) {
scoped_ptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
scoped_ptr<TabProxy> tab(browser->GetTab(0));