Skip to content

Commit

Permalink
Exclude empty test classes in build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Sep 8, 2024
1 parent 5ff0e19 commit bdb4a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/projects/JacksonDatabind/JacksonDatabind.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ of the checked-out project version.
<include name='**/*Test.java' />
<include name='**/Test*.java' />
<exclude name='com/fasterxml/jackson/failing/*.java' />
<exclude name='com/fasterxml/jackson/databind/BaseMapTest.java' />
<exclude name='com/fasterxml/jackson/databind/BaseTest.java' />
</fileset>

<!-- List of relevant developer-written tests that reliably pass on the fixed version -->
Expand Down

0 comments on commit bdb4a1e

Please sign in to comment.