mirror of https://github.com/apache/maven.git
[MNG-3284] Enabling the integration test for this issue.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@636462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba47b6b7c9
commit
652f2f7a18
|
@ -184,10 +184,8 @@ public class IntegrationTestSuite
|
|||
suite.addTestSuite( MavenITmng3394POMPluginVersionDominanceTest.class );
|
||||
suite.addTestSuite( MavenITmng2861RelocationsAndRanges.class );
|
||||
suite.addTestSuite( MavenITmng2972OverridePluginDependency.class );
|
||||
|
||||
//not fixed in the code yet. Test is correct.
|
||||
//suite.addTestSuite( MavenITmng3284UsingCachedPluginsTest.class );
|
||||
|
||||
suite.addTestSuite( MavenITmng3284UsingCachedPluginsTest.class );
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------
|
||||
// Tests that need to be fixed.
|
||||
// ----------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue