| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 28465b3bdd3f4e7b0d9ecb86daf78e9ef54b4944..c866be69d1a595bf61124a867c2ef8379c899d2a 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',
|
| 'pkg_tested'];
|
|
|
| /**
|
|
|