Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: chrome_frame/test/test_mock_with_web_server.cc

Issue 2838036: Disabling the ChromeFrame NavigationToRestrictedSite test as it causes IE8 to... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/test_mock_with_web_server.cc
===================================================================
--- chrome_frame/test/test_mock_with_web_server.cc (revision 51300)
+++ chrome_frame/test/test_mock_with_web_server.cc (working copy)
@@ -1278,7 +1278,9 @@
loop.RunFor(kChromeFrameLongNavigationTimeoutInSeconds * 2);
}
-TEST(IEPrivacy, NavigationToRestrictedSite) {
+// Test has been disabled as it causes the IE8 bot to hang at times.
+// http://crbug.com/47596
+TEST(IEPrivacy, DISABLED_NavigationToRestrictedSite) {
if (IsIBrowserServicePatchEnabled()) {
LOG(ERROR) << "Not running test. IBrowserServicePatch is in place.";
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698