| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index b7aaedb621afa36b6ded49dceb6c3d7bfeec747d..0689ad78a3273a0888222e1e5b20156b15ceb731 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -292,7 +292,8 @@ abstract class TestSuite {
|
|
|
| // Handle skipped tests
|
| if (expectations.contains(Expectation.SKIP) ||
|
| - expectations.contains(Expectation.SKIP_BY_DESIGN)) {
|
| + expectations.contains(Expectation.SKIP_BY_DESIGN) ||
|
| + expectations.contains(Expectation.SKIP_SLOW)) {
|
| return;
|
| }
|
|
|
|
|