diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 00:06:47 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 00:06:47 +0000 |
commit | 3f9f500b82c82402d9eef92606ebd149762e9f0c (patch) | |
tree | 9435a8bef0741864145b9e5ad6061b5318b652af /chrome/test/automation/automation_proxy_uitest.cc | |
parent | 3570a68f27c4d69748e5da2d4e6332e0482c24a2 (diff) | |
download | chromium_src-3f9f500b82c82402d9eef92606ebd149762e9f0c.zip chromium_src-3f9f500b82c82402d9eef92606ebd149762e9f0c.tar.gz chromium_src-3f9f500b82c82402d9eef92606ebd149762e9f0c.tar.bz2 |
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
Diffstat (limited to 'chrome/test/automation/automation_proxy_uitest.cc')
-rw-r--r-- | chrome/test/automation/automation_proxy_uitest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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<BrowserProxy> 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()); } - |