summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome_uitest.cc
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-10 01:14:07 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-10 01:14:07 +0000
commitebdb637da84391df2b07936fcd9933298d7e4ce6 (patch)
tree045a7a700f603c2458b9a67cb00f8640b3e0415b /chrome/common/logging_chrome_uitest.cc
parent61c00b38507888bc261530073413568c33216090 (diff)
downloadchromium_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.cc2
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;