summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/assembly/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
index 9ce956c610..cee0e3be74 100644
--- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
@@ -89,7 +89,17 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
+ <exclude>**/ASM_4001_TestCase.java</exclude><!-- see TUSCANY-3481 -->
+ <exclude>**/ASM_5039_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/ASM_5040_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
<exclude>**/ASM_6015_TestCase.java</exclude><!-- see TUSCANY-3481 -->
+ <exclude>**/ASM_6040_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/ASM_8002_TestCase.java</exclude><!-- see TUSCANY-3481 -->
+ <exclude>**/ASM_9005_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/ASM_10002_TestCase.java</exclude><!-- see TUSCANY-3481 -->
+ <exclude>**/ASM_12001_TestCase.java</exclude><!-- see TUSCANY-3481 -->
+ <exclude>**/ASM_13002_TestCase.java</exclude><!-- see TUSCANY-3481 -->
+ <exclude>**/ASM_13004_TestCase.java</exclude><!-- see TUSCANY-3481 -->
</excludes>
</configuration>
</plugin>