Commit f822e697 authored by Mohamed Heikal's avatar Mohamed Heikal Committed by Commit Bot

Temporarily disable ForTest binary size trybot check

While the check is under discussion and its documentation being
improved, this check is temporarily disabled (by setting the limit to
be 'over 9000' aka 100).

Bug: 1012373
Change-Id: Iba21eadbdd77ddec94443b7d904959a1e324ac8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888372
Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710464}
parent f88c78db
......@@ -175,7 +175,8 @@ def _CreateTestingSymbolssDeltas(symbols):
testing_symbols = symbols.WhereNameMatches('ForTest').WhereDiffStatusIs(
models.DIFF_STATUS_ADDED)
lines = list(describe.GenerateLines(testing_symbols, summarize=False))
return lines, _SizeDelta('Added symbols named "ForTest"', 'symbols', 0,
# Check is temporarily disabled, as such the limit is set to 100 instead of 0.
return lines, _SizeDelta('Added symbols named "ForTest"', 'symbols', 100,
len(testing_symbols), None)
......
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