Skip to content

Commit

Permalink
Skip IT when skipTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhan1 committed Jun 26, 2024
1 parent 6dd458c commit 3a6f3a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,9 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>${version.plugin.surefire}</version>
<configuration>
<skipITs>${skipTests}</skipITs>
<includes>
<exclude>**/*IT.java</exclude>
<include>**/*IT.java</include>
</includes>
</configuration>
<executions>
Expand Down

0 comments on commit 3a6f3a0

Please sign in to comment.