Index: third_party/pkg_tested/pkg_tested.status |
diff --git a/third_party/pkg_tested/pkg_tested.status b/third_party/pkg_tested/pkg_tested.status |
index afe49886e6d934fc79689a515a16a1aadccee648..4e141cfd481131ef066798a7f48eaf0582d02f94 100644 |
--- a/third_party/pkg_tested/pkg_tested.status |
+++ b/third_party/pkg_tested/pkg_tested.status |
@@ -17,5 +17,5 @@ dart_style/*: SkipByDesign # Tests spawn Dart processes and read files. |
[ $browser ] |
dart_style/*: SkipByDesign |
-[ $runtime == vm && $mode == debug ] |
-dart_style/test/command_line_test: Skip # The test controller does not take into account that tests take much longer in debug mode. |
+[ $runtime == vm && ($mode == debug || $arch == mips || $arch == simmips || $arch == simarm) ] |
+dart_style/test/command_line_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators/mips. |