Commit cd901af7 authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Re-enable the benchmark smoke test on android.

BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274070 0039d316-1c4b-4281-b951-d872f2087c98
parent 12cef655
...@@ -22,7 +22,7 @@ def SmokeTestGenerator(benchmark): ...@@ -22,7 +22,7 @@ def SmokeTestGenerator(benchmark):
# In general you should @test.Disabled individual benchmarks that fail, # In general you should @test.Disabled individual benchmarks that fail,
# instead of this entire smoke test suite. # instead of this entire smoke test suite.
# TODO(achuith): Multiple tests failing on CrOS. crbug.com/351114 # TODO(achuith): Multiple tests failing on CrOS. crbug.com/351114
@test.Disabled('android', 'chromeos') @test.Disabled('chromeos')
def BenchmarkSmokeTest(self): def BenchmarkSmokeTest(self):
# Only measure a single page so that this test cycles reasonably quickly. # Only measure a single page so that this test cycles reasonably quickly.
benchmark.options['pageset_repeat'] = 1 benchmark.options['pageset_repeat'] = 1
......
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