Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: tools/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler_unittest.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler_unittest.py
diff --git a/tools/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler_unittest.py b/tools/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler_unittest.py
index 3911d1601ef4993648ef2046ae6b5f67321755a2..f94232ecf1d0858695309ff27b24287f194aa7f3 100644
--- a/tools/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler_unittest.py
+++ b/tools/telemetry/telemetry/internal/platform/profiler/android_systrace_profiler_unittest.py
@@ -16,7 +16,7 @@ class TestAndroidSystraceProfiler(tab_test_case.TabTestCase):
def testSystraceProfiler(self):
try:
out_dir = tempfile.mkdtemp()
- # pylint: disable=W0212
+ # pylint: disable=protected-access
profiler = android_systrace_profiler.AndroidSystraceProfiler(
self._browser._browser_backend,
self._browser._platform_backend,

Powered by Google App Engine
This is Rietveld 408576698