diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 13:47:05 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 13:47:05 +0000 |
commit | ca024677dc75287e81f23c7f1d3176be5d14ac64 (patch) | |
tree | 3ec03566954b945471692b39f58a0f577340ff9b /chrome_frame/test | |
parent | 3bdd290217f0b6b1e7c40d642314d5ff9b4d2e7f (diff) | |
download | chromium_src-ca024677dc75287e81f23c7f1d3176be5d14ac64.zip chromium_src-ca024677dc75287e81f23c7f1d3176be5d14ac64.tar.gz chromium_src-ca024677dc75287e81f23c7f1d3176be5d14ac64.tar.bz2 |
Mark ContextMenuTest.CFOpenLinkInNewWindow flaky.
ContextMenuTest.CFOpenLinkInNewWindow was disabled for IE7 but is also
intermittently failing on IE6 now; re-enabling it but marking it flaky
on all versions instead.
BUG=64794
Review URL: http://codereview.chromium.org/7289014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r-- | chrome_frame/test/ui_test.cc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc index 87eb028..fa1b88c 100644 --- a/chrome_frame/test/ui_test.cc +++ b/chrome_frame/test/ui_test.cc @@ -694,12 +694,8 @@ TEST_F(ContextMenuTest, IEBackForward) { } // Test CF link context menu - Open link in new window. -TEST_F(ContextMenuTest, CFOpenLinkInNewWindow) { - // See crbug.com/64794. - if (GetInstalledIEVersion() == IE_7) { - LOG(INFO) << "Not running test with IE7"; - return; - } +// Failing intermittently on IE6/7. See crbug.com/64794. +TEST_F(ContextMenuTest, FLAKY_CFOpenLinkInNewWindow) { server_mock_.ExpectAndServeAnyRequests(CFInvocation::MetaTag()); MockIEEventSink new_window_mock; new_window_mock.ExpectAnyNavigations(); |