Commit b047281f authored by sullivan's avatar sullivan Committed by Commit bot

Added a comment about why testVTuneProfiler is disabled

BUG=437085

Review URL: https://codereview.chromium.org/778923003

Cr-Commit-Position: refs/heads/master@{#307046}
parent e24723c0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment