Commit a48898a4 authored by rnephew's avatar rnephew Committed by Commit Bot

[Telemetry] Disable tab_switching benchmark on android.

Benchmark was acidentally re-enable on android even though
it is meant to be a desktop only benchmark.

TBR=charliea@chromium.org

Bug: 740581, 713222
Change-Id: I59548ffaa2a3a6c5528d2282f23bd16096b41f79
Reviewed-on: https://chromium-review.googlesource.com/565322Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Reviewed-by: default avatarrnephew <rnephew@chromium.org>
Commit-Queue: rnephew <rnephew@chromium.org>
Cr-Commit-Position: refs/heads/master@{#485329}
parent d74b46d6
......@@ -50,5 +50,6 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
def GetExpectations(self):
class StoryExpectations(story.expectations.StoryExpectations):
def SetExpectations(self):
pass # No tests disabled.
self.PermanentlyDisableBenchmark([story.expectations.ALL_MOBILE],
'Desktop benchmark.')
return StoryExpectations()
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