summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-11-11 14:04:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-11-11 14:04:11 +0000
commit7112b1604316c4b97fd15fccc586e2ac27dd0677 (patch)
tree2818fe88a0b77ab77c46ea9816d8c73a66dde45f
parent896e0bf9aaedd6ba95513f518cb0a7afd033fd3e (diff)
Exclude BJM 6017 1 test again as it still hangs when run in the full build. Works fin when run by itself with maven or in elcipse so tricky to track down whats going wrong.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200890 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
index 25a6e17bf0..e3f9903265 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
@@ -85,6 +85,7 @@
<configuration>
<argLine>-Xms256m -Xmx1024m</argLine>
<excludes>
+ <exclude>**/BJM_6017_1_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>