Skip to content

Commit 851172c

Browse files
committed
Improve matching of failing tests to be more permissive
1 parent 754be7c commit 851172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<exclude>javax.measure:jsr-275</exclude>
167167
</classpathDependencyExcludes>
168168
<excludes>
169-
<exclude>com/fasterxml/jackson/failing/*.java</exclude>
169+
<exclude>**/failing/**/*.java</exclude>
170170
</excludes>
171171
<!-- 26-Nov-2019, tatu: moar parallelism! Per-class basis, safe, efficient enough
172172
... although not 100% sure this makes much difference TBH

0 commit comments

Comments
 (0)