summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-10-05 07:31:08 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-10-05 07:31:08 +0000
commitaf89846c1bc308a26fbb0fceb79a758e711d6547 (patch)
treec0f7feada4ef8858c7d205708b6c7542a4d4e30e /sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
parent2e57e301aa5a5c72e538e731c04cfb9a6c058e69 (diff)
TUSCANY-3880: Disable pojo 10004 testcase as its not really working correctly until the import/export version is implemented correctly
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
index 03ca3fe5bf..a32c8cd858 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
@@ -73,6 +73,7 @@
<configuration>
<argLine>-Xms256m -Xmx1024m</argLine>
<excludes>
+ <exclude>**/POJO_10004_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>