diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 18:18:50 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 18:18:50 +0000 |
commit | 4e8a5ad81d4ab7b6db935367fbefaef7817959e7 (patch) | |
tree | c97f19da5ba537f0351305b393e880267fcd0897 | |
parent | ca29a76dc464f12b390820b74fe49161a5ecf111 (diff) | |
download | chromium_src-4e8a5ad81d4ab7b6db935367fbefaef7817959e7.zip chromium_src-4e8a5ad81d4ab7b6db935367fbefaef7817959e7.tar.gz chromium_src-4e8a5ad81d4ab7b6db935367fbefaef7817959e7.tar.bz2 |
disable test\n
disable SecondLaunch. This looks command line related.
tbr=evan
Review URL: http://codereview.chromium.org/18617
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8369 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/chrome_main_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_main_uitest.cc b/chrome/app/chrome_main_uitest.cc index 4689d27..64b982a 100644 --- a/chrome/app/chrome_main_uitest.cc +++ b/chrome/app/chrome_main_uitest.cc @@ -31,7 +31,7 @@ TEST_F(ChromeMainTest, AppTestingInterface) { } // Make sure that the second invocation creates a new window. -TEST_F(ChromeMainTest, SecondLaunch) { +TEST_F(ChromeMainTest, DISABLED_SecondLaunch) { include_testing_id_ = false; use_existing_browser_ = true; |