ICU-22333 Exclude EhaustivePersonNameFormatterTest also from releaseJarCheck target.

This commit is contained in:
yumaoka 2023-04-13 12:36:34 -04:00 committed by Yoshito Umaoka
parent 85fd7389e0
commit 295f0f2a43

View file

@ -439,6 +439,7 @@
<exclude name="**/*$*.class"/>
<exclude name="**/data/**"/>
<exclude name="com/ibm/icu/dev/test/*"/>
<exclude name="**/ExhaustivePersonNameFormatterTest*" />
</patternset>
<!--Class names that will be included/excluded as tests for time zone check-->
@ -621,7 +622,6 @@
<junit-fileset>
<fileset dir="${icu4j.core-tests.dir}/${bin.dir}">
<patternset refid="test-classes-patternset"/>
<exclude name="**/ExhaustivePersonNameFormatterTest*" />
</fileset>
</junit-fileset>
</icu-junit>