summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-12 08:54:54 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-12 08:54:54 +0000
commita2f9c036ee8c1f00e8262366f9e1401c427581a0 (patch)
tree79de3857e65a3ce7a016a2e8b8eed34cb0961e9d /sca-java-2.x/trunk/compliance-tests
parent1eddc6f50dac22b5ecafbfbb710c8a78451a3b25 (diff)
Add excludes for currently failing WS tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/binding-ws/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/binding-ws/pom.xml b/sca-java-2.x/trunk/compliance-tests/binding-ws/pom.xml
index 3b41fb030c..c5b39bba60 100644
--- a/sca-java-2.x/trunk/compliance-tests/binding-ws/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/binding-ws/pom.xml
@@ -77,7 +77,17 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <!-- exclude>**/POJO_8011_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2003_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2006_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2008_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2009_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2011_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2013_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2015_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2016_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_2017_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_4007_TestCase.java</exclude -->
+ <!-- exclude>**/BWS_5001_TestCase.java</exclude -->
</excludes>
</configuration>
</plugin>