diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 00:56:13 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 00:56:13 +0000 |
commit | 96487c0166a81dadc34731f5e86abcfde61fa9ef (patch) | |
tree | 8d8d3897e53846512e48c6618ec7d7c49ed68bc2 /chrome/browser/tab_contents/web_contents_unittest.cc | |
parent | 8a00f00ab5d68ffcc998fd04d2ca343af7cdf190 (diff) | |
download | chromium_src-96487c0166a81dadc34731f5e86abcfde61fa9ef.zip chromium_src-96487c0166a81dadc34731f5e86abcfde61fa9ef.tar.gz chromium_src-96487c0166a81dadc34731f5e86abcfde61fa9ef.tar.bz2 |
Disable leaky web_contents_unittest.cc interstitial test.
BUG=http://crbug.com/13937.
Review URL: http://codereview.chromium.org/125029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18237 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/web_contents_unittest.cc')
-rw-r--r-- | chrome/browser/tab_contents/web_contents_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents_unittest.cc b/chrome/browser/tab_contents/web_contents_unittest.cc index ac425d6..b6225fb 100644 --- a/chrome/browser/tab_contents/web_contents_unittest.cc +++ b/chrome/browser/tab_contents/web_contents_unittest.cc @@ -837,7 +837,8 @@ TEST_F(TabContentsTest, // Test navigating to a page that shows an interstitial without creating a new // navigation entry (this happens when the interstitial is triggered by a // sub-resource in the page), then proceeding. -TEST_F(TabContentsTest, ShowInterstitialNoNewNavigationProceed) { +// http://crbug.com/13937: Disabling because it's leaky on win/mac. +TEST_F(TabContentsTest, DISABLED_ShowInterstitialNoNewNavigationProceed) { // Navigate to a page so we have a navigation entry in the controller. GURL url1("http://www.google.com"); rvh()->SendNavigate(1, url1); |