Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude another abstract class for JacksonCore.
Browse files Browse the repository at this point in the history
rjust committed Sep 12, 2024
1 parent 4e25971 commit 041d77e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/projects/JacksonCore/JacksonCore.build.xml
Original file line number Diff line number Diff line change
@@ -88,6 +88,7 @@ of the checked-out project version.
<exclude name='**/failing/**/*.java' />
<exclude name='failing/*.java' />
<exclude name='com/fasterxml/jackson/core/BaseTest.java' />
<exclude name='com/fasterxml/jackson/test/BaseTest.java' />
<exclude name='perf/ConcurrencyReadTest.java' />
<exclude name='perf/ManualCharAccessTest.java' />
</fileset>

0 comments on commit 041d77e

Please sign in to comment.