summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation
diff options
context:
space:
mode:
authorlzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-26 20:28:34 +0000
committerlzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-26 20:28:34 +0000
commitd3c79808fbc3e495fc3d62bb95f02e35a35b920f (patch)
tree78cead29b0a7ec89d9217165575a95c868d63277 /chrome/test/automation
parentd2db029ab5a3ee3d103d71447467f7f0074869dc (diff)
downloadchromium_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.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 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());