[test] Skip slow tests for deopt fuzzer.

TBR=ishell@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#35078}
This commit is contained in:
machenbach 2016-03-26 05:43:50 -07:00 committed by Commit bot
parent a4b5b77a4a
commit da0e49db30

View File

@ -735,6 +735,9 @@
# Deopt every n garbage collections collides with deopt every n times.
'regress/regress-2653': [SKIP],
# Too slow.
'es6/tail-call-megatest*': [SKIP],
}], # 'deopt_fuzzer == True'
##############################################################################