Commit 069d5bff authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Skip slow test on arm simulator

NOTRY=true
TBR=hablich@chromium.org

Change-Id: I36418c2d0198c52a52ba3426a2792b2f52c29d67
Reviewed-on: https://chromium-review.googlesource.com/479411Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44661}
parent c5aad5f2
......@@ -249,6 +249,13 @@
'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP],
}], # 'system == macos'
##############################################################################
['arch == arm and simulator_run == True', {
# Pass but take too long with the simulator.
'test-api/Threading*': [PASS, SKIP],
}], # 'arch == arm and simulator_run == True'
##############################################################################
['arch == arm', {
......
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