diff options
-rw-r--r-- | chrome/browser/web_contents_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/web_contents_unittest.cc b/chrome/browser/web_contents_unittest.cc index 8f9ed31..0dc1fca 100644 --- a/chrome/browser/web_contents_unittest.cc +++ b/chrome/browser/web_contents_unittest.cc @@ -1066,7 +1066,8 @@ TEST_F(WebContentsTest, ShowInterstitialThenCloseTab) { // Test that after Proceed is called and an interstitial is still shown, no more // commands get executed. -TEST_F(WebContentsTest, ShowInterstitialProceedMultipleCommands) { +// TODO(jcampan): bug #5700 Disabled because crashes on "XP Test" build bot. +TEST_F(WebContentsTest, DISABLED_ShowInterstitialProceedMultipleCommands) { // Navigate to a page so we have a navigation entry in the controller. GURL url1("http://www.google.com"); Navigate(1, url1); |