remove comment, test is reliable now

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@632841 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-03-02 20:51:39 +00:00
parent 2b058b815d
commit 5c49361742
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public class IntegrationTestSuite
suite.addTestSuite(MavenIT0098Test.class);
suite.addTestSuite(MavenIT0107Test.class);
suite.addTestSuite( MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest.class );
suite.addTestSuite( MavenITmng1412DependenciesOrderTest.class ); // -- MNG-1412 -- this is a poorly formed test - testing the classloader manifests, not the ordering from the POM itself
suite.addTestSuite( MavenITmng1412DependenciesOrderTest.class );
suite.addTestSuite( MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.class );
suite.addTestSuite( MavenIT0119PluginPrefixOrder.class );
suite.addTestSuite( MavenITmng3372DirectInvocationOfPlugins.class );