diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 17:08:39 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 17:08:39 +0000 |
commit | 23734a7cc9d9af5b369825f8c9da74e0acbabaa7 (patch) | |
tree | 3570142bf1a841aa28c49ff50cacc5b974810f98 /chrome/app | |
parent | b380432f8a90a87e14640efc4908006279bf974e (diff) | |
download | chromium_src-23734a7cc9d9af5b369825f8c9da74e0acbabaa7.zip chromium_src-23734a7cc9d9af5b369825f8c9da74e0acbabaa7.tar.gz chromium_src-23734a7cc9d9af5b369825f8c9da74e0acbabaa7.tar.bz2 |
Disable the SecondLaunch test. It fails all the time
now.
See bug 5671
Review URL: http://codereview.chromium.org/21046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_main_uitest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/app/chrome_main_uitest.cc b/chrome/app/chrome_main_uitest.cc index 4689d27..41fd782 100644 --- a/chrome/app/chrome_main_uitest.cc +++ b/chrome/app/chrome_main_uitest.cc @@ -31,7 +31,8 @@ TEST_F(ChromeMainTest, AppTestingInterface) { } // Make sure that the second invocation creates a new window. -TEST_F(ChromeMainTest, SecondLaunch) { +// This test is disabled. See bug 5671. +TEST_F(ChromeMainTest, DISABLED_SecondLaunch) { include_testing_id_ = false; use_existing_browser_ = true; |