summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/assembly
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests/assembly')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/assembly/pom.xml6
1 files changed, 5 insertions, 1 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 fe9e131b9f..5a64e15003 100644
--- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
@@ -84,11 +84,15 @@
<exclude>**/ASM_10002_TestCase.java</exclude><!-- see TUSCANY-3503 -->
<!-- Artifacts of the way we run tests getting messed up in some way TBD -->
- <exclude>**/ASM_4001_TestCase.java</exclude>
<exclude>**/ASM_6039_TestCase.java</exclude>
<exclude>**/ASM_6040_TestCase.java</exclude>
<exclude>**/ASM_6036_TestCase.java</exclude>
+
+ <!-- actually is working but the err msgs come out in a different order so the msg text test fails -->
<exclude>**/ASM_13004_TestCase.java</exclude>
+
+ <!-- Nolonger used, artifact out of date, i'll republish the contributions zip -->
+ <exclude>**/ASM_4001_TestCase.java</exclude>
<exclude>**/ASM_12001_TestCase.java</exclude>
</excludes>
</configuration>