summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics_service_uitest.cc
diff options
context:
space:
mode:
authorpetersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-19 20:36:59 +0000
committerpetersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-19 20:36:59 +0000
commit5495d83642a71982d0fb17de25568943fd536f8f (patch)
tree769f2a7a83f322bec67df422fa0a071e45797186 /chrome/browser/metrics_service_uitest.cc
parent0f7126a5559f831af1285fe353b53fe59f6e5645 (diff)
downloadchromium_src-5495d83642a71982d0fb17de25568943fd536f8f.zip
chromium_src-5495d83642a71982d0fb17de25568943fd536f8f.tar.gz
chromium_src-5495d83642a71982d0fb17de25568943fd536f8f.tar.bz2
This is the same change as issue 1633 ( http://codereview.chromium.org/1633 ) together with the disabling of a test called MetricsServiceTest.CloseRenderersNormally which the change makes obsolete (see bug 2522.)
Review URL: http://codereview.chromium.org/2995 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics_service_uitest.cc')
-rw-r--r--chrome/browser/metrics_service_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/metrics_service_uitest.cc b/chrome/browser/metrics_service_uitest.cc
index c62642d7..997de15 100644
--- a/chrome/browser/metrics_service_uitest.cc
+++ b/chrome/browser/metrics_service_uitest.cc
@@ -63,7 +63,9 @@ class MetricsServiceTest : public UITest {
BrowserProxy* window_;
};
-TEST_F(MetricsServiceTest, CloseRenderersNormally) {
+// This test expects the metrics recording to turn on regardless of whether
+// the user permits it. Disabled for now, see bug 2522.
+TEST_F(MetricsServiceTest, DISABLED_CloseRenderersNormally) {
OpenTabs();
QuitBrowser();