Commit d1466334 authored by amit@chromium.org's avatar amit@chromium.org

Disable failing test temporarily.

BUG=70092
TEST=GoogleUpdateTest.StatsConstent
TBR=cevans

Review URL: http://codereview.chromium.org/6354007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71782 0039d316-1c4b-4281-b951-d872f2087c98
parent 74e25e55
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
class GoogleUpdateTest : public PlatformTest { class GoogleUpdateTest : public PlatformTest {
}; };
TEST_F(GoogleUpdateTest, StatsConstent) { // bug: http://crbug.com/70092
TEST_F(GoogleUpdateTest, DISABLED_StatsConstent) {
// Stats are off by default. // Stats are off by default.
EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent()); EXPECT_FALSE(GoogleUpdateSettings::GetCollectStatsConsent());
// Stats reporting is ON. // Stats reporting is ON.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment