Commit 8707c615 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Skip debugger tests with old pipeline and mac asan

The bot is at its resource limits.

TBR=yangguo@chromium.org,jgruber@chromium.org
NOTRY=true

Change-Id: I40520aa7ec8a85a16cce2c9f17544d6fb68166bb
Reviewed-on: https://chromium-review.googlesource.com/490087Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44973}
parent 3b46a984
......@@ -79,6 +79,12 @@
'debug/ignition/debug-step-prefix-bytecodes': [SKIP],
}], # 'arch == arm and not simulator_run'
##############################################################################
['variant in [noturbofan, noturbofan_stress] and system == macos and asan', {
# Too slow for old pipeline and mac asan.
'debug/*': [SKIP],
}], # variant in [noturbofan, noturbofan_stress] and system == macos and asan
##############################################################################
['arch == s390 or arch == s390x', {
......
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