| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index b1dc829187a47c7cedb1b5ef28df34109354eaf9..c6baf7c7ff6ad6725a8abc84ceaef1b61dde7dd4 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -20,3 +20,7 @@ dummy_compiler_test: Slow, Pass
|
| [ $compiler == dart2js && $cps_ir && $host_checked ]
|
| dummy_compiler_test: Crash # Issue 24485
|
| recursive_import_test: Crash # Issue 24485
|
| +
|
| +[ $hot_reload ]
|
| +recursive_import_test: Slow # Running dart2js under frequent reloads is slow.
|
| +dummy_compiler_test: Slow # Running dart2js under frequent reloads is slow.
|
|
|