mirror of https://github.com/apache/maven.git
[MNG-3092] Version ranges with non-snapshot bounds can contain snapshot versions
o Disabled IT until this gets properly addressed git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@997378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dec886b223
commit
349aec4342
|
@ -72,6 +72,7 @@ public class IntegrationTestSuite
|
|||
// Tests that currently don't pass for any Maven version, i.e. the corresponding issue hasn't been resolved yet
|
||||
// -------------------------------------------------------------------------------------------------------------
|
||||
// suite.addTestSuite( MavenITmng3890TransitiveDependencyScopeUpdateTest.class );
|
||||
// suite.addTestSuite( MavenITmng3092SnapshotsExcludedFromVersionRangeTest.class );
|
||||
// suite.addTestSuite( MavenITmng3038TransitiveDepManVersionTest.class );
|
||||
// suite.addTestSuite( MavenITmng2771PomExtensionComponentOverrideTest.class );
|
||||
// suite.addTestSuite( MavenITmng0612NewestConflictResolverTest.class );
|
||||
|
@ -409,7 +410,6 @@ public class IntegrationTestSuite
|
|||
suite.addTestSuite( MavenITmng3118TestClassPathOrderTest.class );
|
||||
suite.addTestSuite( MavenITmng3106ProfileMultipleActivatorsTest.class );
|
||||
suite.addTestSuite( MavenITmng3099SettingsProfilesWithNoPomTest.class );
|
||||
suite.addTestSuite( MavenITmng3092SnapshotsExcludedFromVersionRangeTest.class );
|
||||
suite.addTestSuite( MavenITmng3057VersionExprTransformationsTest.class );
|
||||
suite.addTestSuite( MavenITmng3052DepRepoAggregationTest.class );
|
||||
suite.addTestSuite( MavenITmng3043BestEffortReactorResolutionTest.class );
|
||||
|
|
Loading…
Reference in New Issue