Commit d3c79808 authored by lzheng@chromium.org's avatar lzheng@chromium.org

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
parent d2db029a
...@@ -638,7 +638,8 @@ TEST_F(AutomationProxyTest3, FrameDocumentCanBeAccessed) { ...@@ -638,7 +638,8 @@ TEST_F(AutomationProxyTest3, FrameDocumentCanBeAccessed) {
ASSERT_EQ(L"DIV", actual); 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)); scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.get()); ASSERT_TRUE(window.get());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment