Index: tools/telemetry/telemetry/internal/platform/profiler/android_screen_recorder_profiler_unittest.py |
diff --git a/tools/telemetry/telemetry/internal/platform/profiler/android_screen_recorder_profiler_unittest.py b/tools/telemetry/telemetry/internal/platform/profiler/android_screen_recorder_profiler_unittest.py |
index 888555a991f3b0b4fd75d8481dd82a9846b564f8..8e6632b08376775752ba914b8e3a9fcced4458d6 100644 |
--- a/tools/telemetry/telemetry/internal/platform/profiler/android_screen_recorder_profiler_unittest.py |
+++ b/tools/telemetry/telemetry/internal/platform/profiler/android_screen_recorder_profiler_unittest.py |
@@ -17,7 +17,7 @@ class AndroidScreenRecorderProfilerTest(tab_test_case.TabTestCase): |
def testRecording(self): |
out_dir = tempfile.mkdtemp() |
try: |
- # pylint: disable=W0212 |
+ # pylint: disable=protected-access |
profiler = ( |
android_screen_recorder_profiler.AndroidScreenRecordingProfiler( |
self._browser._browser_backend, |