Skip to content

Commit d48e4e6

Browse files
committed
[Gardening] Skip isolate_lifecycle_test on sim{arm,arm64,dmc64} in strong mode
It times out. Change-Id: I12eb662c5a6c7586d6b0aabdfecd305a03d3d60d Reviewed-on: https://dart-review.googlesource.com/34384 Reviewed-by: Jens Johansen <[email protected]>
1 parent 6351183 commit d48e4e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/observatory/tests/service/service.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ eval_test: Pass, Slow
7575
[ $builder_tag == strong && $compiler == dart2analyzer ]
7676
*: Skip # Issue 28649
7777

78+
[ $compiler == dartk && $strong && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
79+
isolate_lifecycle_test: Skip # Times out.
80+
7881
# Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
7982
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
8083
# batch mode.

0 commit comments

Comments
 (0)