AI 143454: Temporarily removing the Expat test from the XML
  test suite, so it can be run on the RI as well.
  BUG=1285921

Automated import of CL 143454
diff --git a/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java b/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java
index f0e8ebd..6a22109 100644
--- a/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java
+++ b/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;