diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 19:33:54 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 19:33:54 +0000 |
commit | 848ecead9eab06c735a7520a4c4bc1dc1632e403 (patch) | |
tree | a5cc9557297b0d2b2012116981b3cdc23784b196 | |
parent | 86ccc0cef844ab09728cd63fa1e587413805d490 (diff) | |
download | chromium_src-848ecead9eab06c735a7520a4c4bc1dc1632e403.zip chromium_src-848ecead9eab06c735a7520a4c4bc1dc1632e403.tar.gz chromium_src-848ecead9eab06c735a7520a4c4bc1dc1632e403.tar.bz2 |
Disables an interstitial test that occassionally fails.
BUG=none
TEST=none
TBR=jcampan
Review URL: http://codereview.chromium.org/18621
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8381 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/interstitial_page_uitest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/interstitial_page_uitest.cc b/chrome/browser/interstitial_page_uitest.cc index c3d675c..b2bbc4d 100644 --- a/chrome/browser/interstitial_page_uitest.cc +++ b/chrome/browser/interstitial_page_uitest.cc @@ -118,7 +118,9 @@ TEST_F(InterstitialPageTest, DISABLED_TestShowInterstitialThenNavigate) { } // Shows an interstitial page then closes the tab (to make sure we don't crash). -TEST_F(InterstitialPageTest, TestShowInterstitialThenCloseTab) { +// This test is disabled as it occasionally makes the ui tests stop running. +// See bug 6729. +TEST_F(InterstitialPageTest, DISABLED_TestShowInterstitialThenCloseTab) { scoped_refptr<HTTPTestServer> server = HTTPTestServer::CreateServer(kDocRoot); ASSERT_TRUE(NULL != server.get()); |