| 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;
|
|
|