Index: tests/utils/utils.status |
diff --git a/tests/utils/utils.status b/tests/utils/utils.status |
index 4ca122e38d3067efff0924b272dad1ff842c2ef7..7d04634b11755bbf7177b33eedd3f7bbdc652807 100644 |
--- a/tests/utils/utils.status |
+++ b/tests/utils/utils.status |
@@ -18,9 +18,8 @@ source_mirrors_test: Slow, Pass |
[ ($compiler == none || $compiler == precompiler) && $runtime != vm ] |
dart2js_test: SkipByDesign # Uses dart:io. |
- |
[ $compiler == dart2js && $mode == debug ] |
dummy_compiler_test: Slow, Pass |
-[ $noopt || $compiler == precompiler || $compiler == dart2app ] |
+[ $noopt || $compiler == precompiler || $mode == product ] |
source_mirrors_test: SkipByDesign # Imports dart:mirrors |