diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 21:05:13 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 21:05:13 +0000 |
commit | 7777da21f6425c84a32ec54765e26da3fb050bf3 (patch) | |
tree | 2324ea2a3e6cf51351132d70f56ed5a243b9a255 /chrome/browser/diagnostics | |
parent | 74b3dc7a7ea8ff8c2a87d54eb3362afea597165a (diff) | |
download | chromium_src-7777da21f6425c84a32ec54765e26da3fb050bf3.zip chromium_src-7777da21f6425c84a32ec54765e26da3fb050bf3.tar.gz chromium_src-7777da21f6425c84a32ec54765e26da3fb050bf3.tar.bz2 |
Disable DiagnosticsModelTest.RunAll.
It's crashing the builder but we don't know why. However, we don't want to be
blinded by it in the mean time.
TBR=jar
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/diagnostics')
-rw-r--r-- | chrome/browser/diagnostics/diagnostics_model_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/diagnostics/diagnostics_model_unittest.cc b/chrome/browser/diagnostics/diagnostics_model_unittest.cc index 58717bf..5ba219b 100644 --- a/chrome/browser/diagnostics/diagnostics_model_unittest.cc +++ b/chrome/browser/diagnostics/diagnostics_model_unittest.cc @@ -95,7 +95,8 @@ TEST_F(DiagnosticsModelTest, BeforeRun) { // Run all the tests, verify that the basic callbacks are run and that the // final state is correct. -TEST_F(DiagnosticsModelTest, RunAll) { +// DISABLED by agl because it's crashing the builder. +TEST_F(DiagnosticsModelTest, DISABLED_RunAll) { UTObserver observer; EXPECT_FALSE(observer.done()); model_->RunAll(&observer); |