Index: dart/tools/testing/dart/test_options.dart |
diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart |
index 485797d452c67731b530a543a2fedadf86b8bf27..deb956d20a9773fbcbd8bd63cc466af6900448aa 100644 |
--- a/dart/tools/testing/dart/test_options.dart |
+++ b/dart/tools/testing/dart/test_options.dart |
@@ -12,7 +12,7 @@ import "test_suite.dart"; |
List<String> defaultTestSelectors = |
const ['samples', 'standalone', 'corelib', 'co19', 'language', |
'isolate', 'vm', 'html', 'json', 'benchmark_smoke', |
- 'utils', 'lib', 'pkg', 'analyze_library', 'analyze_tests']; |
+ 'utils', 'lib', 'pkg', 'analyze_library']; |
/** |
* Specification of a single test option. |