diff options
-rw-r--r-- | chrome/browser/diagnostics/diagnostics_model_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/diagnostics/diagnostics_model_unittest.cc b/chrome/browser/diagnostics/diagnostics_model_unittest.cc index 5ba219b..58717bf 100644 --- a/chrome/browser/diagnostics/diagnostics_model_unittest.cc +++ b/chrome/browser/diagnostics/diagnostics_model_unittest.cc @@ -95,8 +95,7 @@ TEST_F(DiagnosticsModelTest, BeforeRun) { // Run all the tests, verify that the basic callbacks are run and that the // final state is correct. -// DISABLED by agl because it's crashing the builder. -TEST_F(DiagnosticsModelTest, DISABLED_RunAll) { +TEST_F(DiagnosticsModelTest, RunAll) { UTObserver observer; EXPECT_FALSE(observer.done()); model_->RunAll(&observer); |