mirror of https://github.com/apache/maven.git
Disable unit test.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@751171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e4c964d2bd
commit
fd7c521580
|
@ -271,12 +271,14 @@ public class PomConstructionTest
|
|||
assertEquals( "src/main/mdo/security.xml", ( pom.getValue( "build/plugins[1]/executions[2]/configuration[1]/model" ) ));
|
||||
}
|
||||
|
||||
/*
|
||||
public void testPluginConfigDuplicate()
|
||||
throws Exception
|
||||
{
|
||||
PomTestWrapper pom = buildPom( "plugin-config-duplicate/dup" );
|
||||
System.out.println(pom.getDomainModel().asString());
|
||||
}
|
||||
*/
|
||||
|
||||
/* FIX - REGRESSION
|
||||
public void testSingleConfigurationInheritance()
|
||||
|
|
Loading…
Reference in New Issue