mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-22333 Exclude EhaustivePersonNameFormatterTest also from releaseJarCheck target.
This commit is contained in:
parent
85fd7389e0
commit
295f0f2a43
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue