Index: tests/dartino_tests/all_tests.dart |
diff --git a/tests/dartino_tests/all_tests.dart b/tests/dartino_tests/all_tests.dart |
index 5b6c0c258c24c3597ca16308ff83f2dea0f70beb..1f78bc18ac4ddbf1005ebed4924b7309f7773c9e 100644 |
--- a/tests/dartino_tests/all_tests.dart |
+++ b/tests/dartino_tests/all_tests.dart |
@@ -34,10 +34,6 @@ import 'multiprogram_tests.dart' as multiprogram_tests; |
import 'snapshot_stacktrace_tests.dart' as snapshot_stacktrace_tests; |
-import '../service_tests/service_tests.dart' as service_tests; |
- |
-import '../servicec/servicec_tests.dart' as servicec_tests; |
- |
import '../dartino_compiler/run.dart' as run; |
import '../dartino_compiler/driver/test_vm_connection.dart' as |
@@ -87,12 +83,6 @@ const Map<String, NoArgFuture> TESTS = const <String, NoArgFuture>{ |
'verbs/helpTextFormat': verbs.testHelpTextFormatCompliance, |
// Slow tests, should run early so we don't wait for them. |
- 'service_tests/*': service_tests.listTests, |
- |
- // Slow tests, should run early so we don't wait for them |
- 'servicec/*': servicec_tests.listTests, |
- |
- // Slow tests, should run early so we don't wait for them. |
'incremental/production/*': incremental_production.list, |
'incremental/experimental/*': incremental_experimental.list, |