Author: antelder
Date: Thu Aug 18 08:12:00 2011
New Revision: 1159076
URL: http://svn.apache.org/viewvc?rev=1159076&view=rev
Log:
Add exclude for 4020 test thats been failing for ages
Modified:
tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml
Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml?rev=1159076&r1=1159075&r2=1159076&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml Thu Aug 18 08:12:00
2011
@@ -86,6 +86,7 @@
<exclude>**/POL_3002_TestCase.java</exclude>
<exclude>**/POL_4015_TestCase.java</exclude>
<exclude>**/POL_4016_TestCase.java</exclude>
+ <exclude>**/POL_4020_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>
|