diff options
author | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 20:28:34 +0000 |
---|---|---|
committer | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 20:28:34 +0000 |
commit | d3c79808fbc3e495fc3d62bb95f02e35a35b920f (patch) | |
tree | 78cead29b0a7ec89d9217165575a95c868d63277 /chrome/test/automation | |
parent | d2db029ab5a3ee3d103d71447467f7f0074869dc (diff) | |
download | chromium_src-d3c79808fbc3e495fc3d62bb95f02e35a35b920f.zip chromium_src-d3c79808fbc3e495fc3d62bb95f02e35a35b920f.tar.gz chromium_src-d3c79808fbc3e495fc3d62bb95f02e35a35b920f.tar.bz2 |
BlockedPopupTest is flaky.
TEST=none
BUG=70937
Review URL: http://codereview.chromium.org/6322011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation')
-rw-r--r-- | chrome/test/automation/automation_proxy_uitest.cc | 3 |
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 b465b07..5923f9f 100644 --- a/chrome/test/automation/automation_proxy_uitest.cc +++ b/chrome/test/automation/automation_proxy_uitest.cc @@ -638,7 +638,8 @@ TEST_F(AutomationProxyTest3, FrameDocumentCanBeAccessed) { ASSERT_EQ(L"DIV", actual); } -TEST_F(AutomationProxyTest, BlockedPopupTest) { +// Flaky, http://crbug.com/70937 +TEST_F(AutomationProxyTest, FLAKY_BlockedPopupTest) { scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0)); ASSERT_TRUE(window.get()); |