| Index: tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
|
| diff --git a/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py b/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
|
| index 0db4e5659c85141c2bcfda7007d6ab4fd3cbfa57..7e423232a58cdd89ab001ce90b1838d646d9bc32 100644
|
| --- a/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
|
| +++ b/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
|
| @@ -201,7 +201,7 @@ class TestAndroidProfilingHelperTabTestCase(tab_test_case.TabTestCase):
|
|
|
| # Test fails: crbug.com/437081
|
| # @decorators.Enabled('android')
|
| - @decorators.Disabled
|
| + @decorators.Disabled('all')
|
| def testGetToolchainBinaryPath(self):
|
| with tempfile.NamedTemporaryFile() as libc:
|
| self._device.PullFile('/system/lib/libc.so', libc.name)
|
|
|