mirror of https://github.com/apache/maven.git
o in total 9 unreliable ITs, now I'll start tracking them down and making them reliable
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b14cf0fe3a
commit
7dfed188b8
|
@ -49,6 +49,7 @@ while (defined($filename = readdir(DIR))) {
|
|||
# 98 fails because it needs a quoted CLI property, this isn't really a core problem and certainly won't be valid in an embedded env
|
||||
# 104 test failure in interpolation
|
||||
# 106 failure in artifact resolution
|
||||
# 107 failure in artifact resolution
|
||||
if ( $filename eq "it0096" ||
|
||||
$filename eq "it0097" ||
|
||||
$filename eq "it0043" ||
|
||||
|
@ -56,7 +57,8 @@ while (defined($filename = readdir(DIR))) {
|
|||
$filename eq "it0091" ||
|
||||
$filename eq "it0098" ||
|
||||
$filename eq "it0104" ||
|
||||
$filename eq "it0106" )
|
||||
$filename eq "it0106" ||
|
||||
$filename eq "it0107" )
|
||||
{
|
||||
print POM " <!-- <module>$filename</module> -->\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue