Skip to content

Commit 2d77fd5

Browse files
committed
Add option to exclude member substitution.
1 parent 4e3ae3c commit 2d77fd5

3 files changed

Lines changed: 89 additions & 21 deletions

File tree

byte-buddy-dep/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@
226226
<version>${version.plugin.surefire}</version>
227227
<configuration>
228228
<excludes>
229-
<exclude>net.bytebuddy.agent.builder.AgentBuilderDefaultApplicationTest</exclude>
230-
<exclude>net.bytebuddy.pool.TypePoolDefaultAnnotationDescriptionTest</exclude>
229+
<exclude>net.bytebuddy.asm.MemberSubstitution</exclude>
231230
</excludes>
232231
</configuration>
233232
</plugin>

0 commit comments

Comments
 (0)