[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:
John Dennis Casey 2008-03-12 19:17:17 +00:00
parent ba47b6b7c9
commit 652f2f7a18
1 changed files with 2 additions and 4 deletions

View File

@ -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.
// ----------------------------------------------------------------------------------------------------