Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index e676d7577fd6f7461ae24f916bf60edfce3fcfea..3ee0c59aa12ff4c0847e9b2f7320bac045690d2f 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -14,7 +14,7 @@ import "runtime_configuration.dart" show RuntimeConfiguration; |
const List<String> defaultTestSelectors = |
const ['samples', 'standalone', 'corelib', 'co19', 'language', |
'isolate', 'vm', 'html', 'benchmark_smoke', |
- 'utils', 'lib', 'pkg', 'analyze_library', 'observatory', |
+ 'utils', 'lib', 'pkg', 'analyze_library', 'service', |
'pkg_tested']; |
/** |