diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-18 08:12:00 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-18 08:12:00 +0000 |
commit | 16964c4e494baaea2e3f814cabaa086077c9e77d (patch) | |
tree | e201f408dbbb5d391c06782876f766d9e8be8c4a /sca-java-2.x/trunk/testing | |
parent | 9d69b5d4b215f691496a87eea974179a88885383 (diff) |
Add exclude for 4020 test thats been failing for ages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml index 2e0bd8e6a7..97169901dc 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml @@ -86,6 +86,7 @@ <exclude>**/POL_3002_TestCase.java</exclude>
<exclude>**/POL_4015_TestCase.java</exclude>
<exclude>**/POL_4016_TestCase.java</exclude>
+ <exclude>**/POL_4020_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>
|