diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 01:14:07 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 01:14:07 +0000 |
commit | ebdb637da84391df2b07936fcd9933298d7e4ce6 (patch) | |
tree | 045a7a700f603c2458b9a67cb00f8640b3e0415b /chrome/common/logging_chrome_uitest.cc | |
parent | 61c00b38507888bc261530073413568c33216090 (diff) | |
download | chromium_src-ebdb637da84391df2b07936fcd9933298d7e4ce6.zip chromium_src-ebdb637da84391df2b07936fcd9933298d7e4ce6.tar.gz chromium_src-ebdb637da84391df2b07936fcd9933298d7e4ce6.tar.bz2 |
Reverting 31512.
The Assertion test is still failing.
TBR=cpu
Review URL: http://codereview.chromium.org/379018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/logging_chrome_uitest.cc')
-rw-r--r-- | chrome/common/logging_chrome_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/logging_chrome_uitest.cc b/chrome/common/logging_chrome_uitest.cc index 3c5d078..aeb79dc 100644 --- a/chrome/common/logging_chrome_uitest.cc +++ b/chrome/common/logging_chrome_uitest.cc @@ -80,7 +80,7 @@ class AssertionTest : public UITest { }; // Launch the app in assertion test mode, then close the app. -TEST_F(AssertionTest, Assertion) { +TEST_F(AssertionTest, DISABLED_Assertion) { if (UITest::in_process_renderer()) { // in process mode doesn't do the crashing. expected_errors_ = 0; |