Commit 59a02ac9 authored by oysteine's avatar oysteine Committed by Commit bot

Revert of Fixing inbox test by adding sha1 files and enabling inbox benchmark...

Revert of Fixing inbox test by adding sha1 files and enabling inbox benchmark again. (patchset #1 id:1 of https://codereview.chromium.org/883693006/)

Reason for revert:
Still flaky on Mac 10.9 Perf (5)

Original issue's description:
> Fixing inbox test by adding sha1 files and enabling inbox benchmark again.
>
> BUG=452257
>
> Committed: https://crrev.com/fd0b94cd15337a91d167a3b931ac4252e1174042
> Cr-Commit-Position: refs/heads/master@{#314164}

TBR=sullivan@google.com,tonyg@google.com,aiolos@google.com,dtu@chromium.org,tonyg@chromium.org,manisharora@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=452257

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

Cr-Commit-Position: refs/heads/master@{#314245}
parent 6cf69f39
......@@ -2,14 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from page_sets import inbox
from telemetry import benchmark
from telemetry.web_perf import timeline_based_measurement
@benchmark.Disabled('android')
class Inbox(benchmark.Benchmark):
"""Runs the timeline based measurement against inbox pageset."""
test = timeline_based_measurement.TimelineBasedMeasurement
def CreatePageSet(self, options):
return inbox.InboxPageSet()
# TODO: Benchmark is failing; see crbug.com/452257. Comment out instead of
# disabling because the failure happens before the Disabled check.
#from page_sets import inbox
#from telemetry import benchmark
#from telemetry.web_perf import timeline_based_measurement
#
#@benchmark.Disabled('android')
#class Inbox(benchmark.Benchmark):
# """Runs the timeline based measurement against inbox pageset."""
# test = timeline_based_measurement.TimelineBasedMeasurement
#
# def CreatePageSet(self, options):
# return inbox.InboxPageSet()
01ff3ee8b3e06ade7f96bdef52b528422e71251e
\ No newline at end of file
1f9522b15449396a003df192784bab7364ee26fc
\ No newline at end of file
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