mirror of https://github.com/apache/maven.git
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:
parent
2b058b815d
commit
5c49361742
|
@ -168,7 +168,7 @@ public class IntegrationTestSuite
|
||||||
suite.addTestSuite(MavenIT0098Test.class);
|
suite.addTestSuite(MavenIT0098Test.class);
|
||||||
suite.addTestSuite(MavenIT0107Test.class);
|
suite.addTestSuite(MavenIT0107Test.class);
|
||||||
suite.addTestSuite( MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest.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( MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.class );
|
||||||
suite.addTestSuite( MavenIT0119PluginPrefixOrder.class );
|
suite.addTestSuite( MavenIT0119PluginPrefixOrder.class );
|
||||||
suite.addTestSuite( MavenITmng3372DirectInvocationOfPlugins.class );
|
suite.addTestSuite( MavenITmng3372DirectInvocationOfPlugins.class );
|
||||||
|
|
Loading…
Reference in New Issue