diff options
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests/policy')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/policy/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml index 5a9be08f78..154ddd1ee6 100644 --- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml @@ -104,6 +104,8 @@ <!-- noListener intents -->
<exclude>**/POL_10001_TestCase.java</exclude><!-- see TUSCANY-3491-->
<exclude>**/POL_10002_TestCase.java</exclude><!-- see TUSCANY-3491-->
+
+ <exclude>**/POL_11001_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
</excludes>
</configuration>
</plugin>
|