AI 143660: am: CL 143627 am: CL 143454 Temporarily removing the Expat test from the XML
  test suite, so it can be run on the RI as well.
  Original author: jorgp
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143660
diff --git a/libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java b/libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java
index f0e8ebd..6a22109 100644
--- a/libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java
+++ b/libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java
@@ -40,7 +40,8 @@
         suite.addTestSuite(ParserConfigurationExceptionTest.class);
         suite.addTestSuite(SAXParserFactoryTest.class);       
         suite.addTestSuite(SAXParserTest.class);
-        suite.addTestSuite(ExpatParserTest.class);
+        // TODO Move ExpatParser to impl tests package
+        // suite.addTestSuite(ExpatParserTest.class);
 
         // $JUnit-END$
         return suite;