Skip to content

Commit

Permalink
Disable rei.com on oopif benchmarks.
Browse files Browse the repository at this point in the history
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect
BUG=522870

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

Cr-Commit-Position: refs/heads/master@{#348251}
  • Loading branch information
naskooskov authored and Commit bot committed Sep 10, 2015
1 parent 7b232f7 commit fd78c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/perf/page_sets/oopif_basic_page_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def __init__(self):
'http://www.cnn.com',
'http://www.ebay.com',
'http://booking.com',
'http://www.rei.com/',
# Disabled because it causes flaky runs https://crbug.com/522870
#'http://www.rei.com/',
'http://www.fifa.com/',
# Disabled because it is flaky on Windows and Android
#'http://arstechnica.com/',
Expand Down

0 comments on commit fd78c76

Please sign in to comment.