Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java |
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java |
index 6868889b52b1a3f3eb6aca7904ba329da7acdc69..aab55a11882bfd22b19d5d40d8f0dd55e0d1db55 100644 |
--- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java |
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/html/TestAll.java |
@@ -20,7 +20,6 @@ public class TestAll { |
public static Test suite() { |
TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().getName()); |
suite.addTestSuite(DartHtmlScriptHelperTest.class); |
- suite.addTestSuite(HtmlAnalyzeHelperTest.class); |
suite.addTestSuite(HtmlBuildParticipantTest.class); |
suite.addTestSuite(HtmlParserTest.class); |
suite.addTestSuite(TokenizerTest.class); |