Index: mojo/tools/get_test_list.py |
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py |
index 11c416da99373b1c9b624c8ae4c23a77a4b614c1..73c7d3f0ec0dbe341c7175c855d75da34fdcfd49 100755 |
--- a/mojo/tools/get_test_list.py |
+++ b/mojo/tools/get_test_list.py |
@@ -155,13 +155,6 @@ def GetTestList(config, verbose_count=0): |
"run_mojom_translator_python_tests.py"), |
"--build-dir=" + build_dir]) |
- # mojo tools unit tests: |
- if ShouldRunTest(Config.TEST_TYPE_DEFAULT, Config.TEST_TYPE_UNIT, "tools"): |
- AddEntry("Mojo tools unit tests", |
- ["python", os.path.join("mojo", "tools", "testing", |
- "mojom_fetcher", |
- "mojom_fetcher_tests.py")]) |
- |
# Observatory tests (Linux-only): |
if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_DEFAULT): |
AddEntry("Dart Observatory tests", |