Disable a slow test in lite mode

Bug: v8:8394
Change-Id: I698b769369abd8ab1e6384f5e64d4111b4d6486d
Reviewed-on: https://chromium-review.googlesource.com/c/1384317
Reviewed-by: Dan Elphick <delphick@chromium.org>
Commit-Queue: Mythri Alle <mythria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58374}
This commit is contained in:
Mythri 2018-12-19 16:25:49 +00:00 committed by Commit Bot
parent a4993b73c5
commit 7458a75b4b

View File

@ -507,6 +507,9 @@
'test-accessor-assembler/*': [SKIP],
'test-torque/*': [SKIP],
'test-code-generator/*': [SKIP],
# Slow tests
'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [SKIP],
}],
]