| Index: runtime/observatory/tests/service/service.status
|
| diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status
|
| index 72e4980514b9065693103ea3cce05b93ae6c460a..02a1eadd3d30e4fb0384a89e84b46bc8c8d499a3 100644
|
| --- a/runtime/observatory/tests/service/service.status
|
| +++ b/runtime/observatory/tests/service/service.status
|
| @@ -21,8 +21,10 @@ isolate_lifecycle_test: Pass, RuntimeError # Issue 24174
|
| debugger_location_second_test: Pass, Slow
|
| debugger_location_test: Pass, Slow
|
|
|
| -# Disable on simulators.
|
| +# These tests are slow on simulators.
|
| [ $arch == simarm || $arch == simmips || $arch == simarm64 ]
|
| +*: Pass, Slow
|
| +[ $mode == debug && ($arch == simarm || $arch == simmips || $arch == simarm64) ]
|
| *: SkipSlow
|
|
|
| # All tests use dart:io
|
|
|