commit | 5ba1e9caeecb40a6ec7cc045e6850dbe65f79446 | [log] [tgz] |
---|---|---|
author | Edward Lemur <ehmaldonado@chromium.org> | Mon Jul 23 18:19:02 2018 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 23 18:19:02 2018 +0000 |
tree | b1b73ddbb1bd0574c8bf5ae5893fb47133ee2b4a | |
parent | 9fa97b59b1c0f2ec1bb48f320f4c16e61fdb08e0 [diff] [blame] |
git cl: Start reporting metrics. Bug: 832386 Change-Id: Iccb71c020aea31db33fc16050cb1100ccf5a7fbb Reviewed-on: https://chromium-review.googlesource.com/1145902 Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py index 58ec847..2cf4329 100755 --- a/tests/git_cl_test.py +++ b/tests/git_cl_test.py
@@ -20,6 +20,10 @@ from testing_support.auto_stub import TestCase +import metrics +# We have to disable monitoring before importing git_cl. +metrics.DISABLE_METRICS_COLLECTION = True + import git_cl import git_common import git_footers