summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome_frame/test/test_mock_with_web_server.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/test/test_mock_with_web_server.cc b/chrome_frame/test/test_mock_with_web_server.cc
index 64f55594..fbadb54 100644
--- a/chrome_frame/test/test_mock_with_web_server.cc
+++ b/chrome_frame/test/test_mock_with_web_server.cc
@@ -1278,7 +1278,9 @@ TEST_F(ChromeFrameTestWithWebServer,
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;