From 3f9f500b82c82402d9eef92606ebd149762e9f0c Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Sat, 30 Aug 2008 00:06:47 +0000 Subject: Disable the constrained popup window title checking test. TBR=sky git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1577 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/automation/automation_proxy_uitest.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '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 c280a20..a6685f9 100644 --- a/chrome/test/automation/automation_proxy_uitest.cc +++ b/chrome/test/automation/automation_proxy_uitest.cc @@ -637,7 +637,7 @@ TEST_F(AutomationProxyTest3, FrameDocumentCanBeAccessed) { #endif } -TEST_F(AutomationProxyTest, ConstrainedWindowTest) { +TEST_F(AutomationProxyTest, DISABLED_ConstrainedWindowTest) { scoped_ptr window(automation()->GetBrowserWindow(0)); ASSERT_TRUE(window.get()); @@ -821,4 +821,3 @@ TEST_F(AutomationProxyVisibleTest, AutocompleteMatchesTest) { EXPECT_TRUE(edit->GetAutocompleteMatches(&matches)); EXPECT_FALSE(matches.empty()); } - -- cgit v1.1