From 7dfed188b80a70494e45ef4d3b0ad484563f5cf7 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sat, 14 Oct 2006 14:53:38 +0000 Subject: [PATCH] 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 --- mavenexecute.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mavenexecute.pl b/mavenexecute.pl index 61c226b1fb..adfa41af00 100644 --- a/mavenexecute.pl +++ b/mavenexecute.pl @@ -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 " \n"; }