summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/ui_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/ui_test.cc')
-rw-r--r--chrome_frame/test/ui_test.cc8
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();