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:
Jason van Zyl 2006-10-14 14:53:38 +00:00
parent b14cf0fe3a
commit 7dfed188b8
1 changed files with 3 additions and 1 deletions

View File

@ -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 # 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 # 104 test failure in interpolation
# 106 failure in artifact resolution # 106 failure in artifact resolution
# 107 failure in artifact resolution
if ( $filename eq "it0096" || if ( $filename eq "it0096" ||
$filename eq "it0097" || $filename eq "it0097" ||
$filename eq "it0043" || $filename eq "it0043" ||
@ -56,7 +57,8 @@ while (defined($filename = readdir(DIR))) {
$filename eq "it0091" || $filename eq "it0091" ||
$filename eq "it0098" || $filename eq "it0098" ||
$filename eq "it0104" || $filename eq "it0104" ||
$filename eq "it0106" ) $filename eq "it0106" ||
$filename eq "it0107" )
{ {
print POM " <!-- <module>$filename</module> -->\n"; print POM " <!-- <module>$filename</module> -->\n";
} }