Commit 52f580e0 authored by sullivan's avatar sullivan Committed by Commit bot

Disabled netsim page cycler on mac due to redness/flakiness

BUG=353260

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

Cr-Commit-Position: refs/heads/master@{#307989}
parent 4471c6a4
...@@ -73,7 +73,7 @@ class PageCyclerMoz(_PageCycler): ...@@ -73,7 +73,7 @@ class PageCyclerMoz(_PageCycler):
page_set = page_sets.MozPageSet page_set = page_sets.MozPageSet
@benchmark.Disabled('linux', 'win') # crbug.com/353260 @benchmark.Disabled('linux', 'win', 'mac') # crbug.com/353260
class PageCyclerNetsimTop10(_PageCycler): class PageCyclerNetsimTop10(_PageCycler):
"""Measures load time of the top 10 sites under simulated cable network.""" """Measures load time of the top 10 sites under simulated cable network."""
tag = 'netsim' tag = 'netsim'
......
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