| Index: chrome/browser/google/google_update_settings_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/google/google_update_settings_unittest.cc (revision 71761)
|
| +++ chrome/browser/google/google_update_settings_unittest.cc (working copy)
|
| @@ -9,7 +9,8 @@
|
| class GoogleUpdateTest : public PlatformTest {
|
| };
|
|
|
| -TEST_F(GoogleUpdateTest, StatsConstent) {
|
| +// bug: http://crbug.com/70092
|
| +TEST_F(GoogleUpdateTest, DISABLED_StatsConstent) {
|
| // Stats are off by default.
|
| EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent());
|
| // Stats reporting is ON.
|
|
|