Index: tools/telemetry/telemetry/core/platform/profiler/vtune_profiler_unittest.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/vtune_profiler_unittest.py b/tools/telemetry/telemetry/core/platform/profiler/vtune_profiler_unittest.py |
index de9baf32979b21319d6ca6c79039882d43ddce8b..225b542e55dcab2611df413ab8f803fe2ee35110 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/vtune_profiler_unittest.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/vtune_profiler_unittest.py |
@@ -96,7 +96,10 @@ class TestVTuneProfiler(unittest.TestCase): |
class TestVTuneProfilerTabTestCase(tab_test_case.TabTestCase): |
- @benchmark.Disabled('android') # crbug.com/437085 |
+ # 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 |
+ @benchmark.Disabled |
def testVTuneProfiler(self): |
mock_subprocess = MockSubprocess() |
real_subprocess = vtune_profiler.subprocess |