mirror of https://github.com/apache/maven.git
IT18 needs rework
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@639726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb683153eb
commit
1329204cd3
|
@ -185,7 +185,7 @@ public class IntegrationTestSuite
|
|||
suite.addTestSuite( MavenIT0021Test.class );
|
||||
suite.addTestSuite( MavenIT0020Test.class );
|
||||
suite.addTestSuite( MavenIT0019Test.class );
|
||||
suite.addTestSuite( MavenIT0018Test.class );
|
||||
|
||||
suite.addTestSuite( MavenIT0017Test.class );
|
||||
suite.addTestSuite( MavenIT0016Test.class );
|
||||
suite.addTestSuite( MavenIT0014Test.class );
|
||||
|
@ -214,6 +214,12 @@ public class IntegrationTestSuite
|
|||
// ----------------------------------------------------------------------------------------------------
|
||||
// Tests that need to be fixed.
|
||||
// ----------------------------------------------------------------------------------------------------
|
||||
/*
|
||||
*Test 18 always fails because it is trying to delete a
|
||||
*commonly used artifact (commons-logging-1.0.3) that is in use
|
||||
*in the repo. It should be redone using fake artifacts.
|
||||
*/
|
||||
//suite.addTestSuite( MavenIT0018Test.class );
|
||||
|
||||
// suite.addTestSuite(MavenIT0091Test.class);
|
||||
// suite.addTestSuite(MavenIT0106Test.class);
|
||||
|
|
Loading…
Reference in New Issue