From b2d1a38cdea51b2c9cf08e6a0c5bdad3216555b3 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Mon, 11 Feb 2008 05:54:05 +0000 Subject: [PATCH] comment out test that appeared to be fluking success previously git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@620419 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/maven/integrationtests/IntegrationTestSuite.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java index 02f007a725..d7a45e94a3 100644 --- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java +++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java @@ -164,7 +164,6 @@ public class IntegrationTestSuite suite.addTestSuite( MavenIT0129ResourceProvidedToAPluginAsAPluginDependency.class ); suite.addTestSuite( MavenITmng2045testJarDependenciesBrokenInReactorTest.class ); suite.addTestSuite( MavenITmng2277AggregatorAndResolutionPluginsTest.class ); - suite.addTestSuite( MavenITmng1412DependenciesOrderTest.class ); // ---------------------------------------------------------------------------------------------------- // Tests that need to be fixed. @@ -182,6 +181,7 @@ public class IntegrationTestSuite // suite.addTestSuite( MavenIT0123SnapshotRangeRepositoryTest.class ); -- MNG-2994 // suite.addTestSuite( MavenIT0124PomExtensionComponentOverrideTest.class ); -- MNG-2771 // suite.addTestSuite( MavenIT0126TestJarDependency.class ); // MJAR-75 / MNG-3160 + // suite.addTestSuite( MavenITmng1412DependenciesOrderTest.class ); -- MNG-1412 -- this is a poorly formed test - testing the classloader manifests, not the ordering from the POM itself // 2.0.7 only (TODO: detect what version is used before running them) suite.addTestSuite( MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.class );