From 1d02e096c826457204c1b28476272653f1e799d7 Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Tue, 9 Dec 2008 21:15:27 +0000 Subject: 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 --- chrome/test/automation/automation_proxy_uitest.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/test/automation') 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 browser(automation()->GetBrowserWindow(0)); ASSERT_TRUE(browser.get()); scoped_ptr tab(browser->GetTab(0)); -- cgit v1.1