summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests/assembly
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/compliance-tests/assembly')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
index dd341ec44a..aacbb3f76d 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
@@ -106,7 +106,14 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <!-- all tests are passing -->
+ <exclude>**/JCA_5016_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/JCA_6004_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/JCA_6007_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/JCA_6008_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/JCA_6014_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/JCA_6034_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/JCA_12007_TestCase.java</exclude><!-- TUSCANY-3709 -->
+ <exclude>**/JCA_12008_TestCase.java</exclude><!-- TUSCANY-3709 -->
</excludes>
</configuration>
</plugin>