diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-25 09:02:52 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-25 09:02:52 +0000 |
commit | 9b37ad86ee57eafcf7984c2a3c0144a499010c44 (patch) | |
tree | 2491163045762dbc7aec86d8b5514c968be52fe8 /sca-java-2.x/trunk | |
parent | c48c620969fca5b80b7131903b671ec8d338c3e3 (diff) |
Exclude some failing tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml index 0af9367782..34161f0cf3 100644 --- a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml @@ -77,6 +77,9 @@ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
+ <exclude>**/POJO_8003_TestCase.java</exclude><!-- see TUSCANY-xxx -->
+ <exclude>**/POJO_8008_TestCase.java</exclude><!-- see TUSCANY-xxx -->
+ <exclude>**/POJO_8012_TestCase.java</exclude><!-- see TUSCANY-xxx -->
</excludes>
</configuration>
</plugin>
|