summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-21 22:12:32 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-21 22:12:32 +0000
commitdb300c942516692688ebd84fefe00d64de01a109 (patch)
tree220497a974331529ec2ad29e8a152cc71ca3e134 /chrome
parent15bb380a845ba9bc7879d3a7cd7cf7fc1ccd7874 (diff)
downloadchromium_src-db300c942516692688ebd84fefe00d64de01a109.zip
chromium_src-db300c942516692688ebd84fefe00d64de01a109.tar.gz
chromium_src-db300c942516692688ebd84fefe00d64de01a109.tar.bz2
Disables another flakey interstitial uit test:(
BUG=none TEST=none TBR=jcampan Review URL: http://codereview.chromium.org/18634 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/interstitial_page_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/interstitial_page_uitest.cc b/chrome/browser/interstitial_page_uitest.cc
index b2bbc4d..b7454b2 100644
--- a/chrome/browser/interstitial_page_uitest.cc
+++ b/chrome/browser/interstitial_page_uitest.cc
@@ -51,7 +51,9 @@ class InterstitialPageTest : public UITest {
// type instead) as showing an interstitial without creating a navigation entry
// causes the actual navigation entry (title) to be modified by the content of
// the interstitial.
-TEST_F(InterstitialPageTest, TestShowHideInterstitial) {
+// This test is disabled as it occasionally makes the ui tests stop running.
+// See bug 6729.
+TEST_F(InterstitialPageTest, DISABLED_TestShowHideInterstitial) {
scoped_refptr<HTTPTestServer> server =
HTTPTestServer::CreateServer(kDocRoot);
ASSERT_TRUE(NULL != server.get());