| Index: tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
|
| diff --git a/tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py b/tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
|
| index 8b35844c35251b8143e0be72ba7a980b0daad892..4c1eee2b7ef2f9a78b9eb2521c82e1674e16cf9f 100644
|
| --- a/tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
|
| +++ b/tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
|
| @@ -99,7 +99,7 @@ class TestVTuneProfilerTabTestCase(tab_test_case.TabTestCase):
|
| # This test is only meant to be run if VTune is installed locally. Please
|
| # run it locally if you are modifying related code, but it's disabled on the
|
| # bots because they don't have VTune. See crbug.com/437085
|
| - @decorators.Disabled
|
| + @decorators.Disabled('all')
|
| def testVTuneProfiler(self):
|
| mock_subprocess = MockSubprocess()
|
| real_subprocess = vtune_profiler.subprocess
|
|
|