Skip to content

Commit

Permalink
pom.xml (#49)
Browse files Browse the repository at this point in the history
* Updated so that mvn doesn't test the intentional failing spock test JiraLocalFailedSpockTest. This test is intended to be run inside of JIRA
  • Loading branch information
farthinder committed Feb 8, 2024
1 parent ae3d166 commit b2c298a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
<include>**/*Test.java</include>
<include>**/*Spec.java</include>
</includes>
<excludes>
<exclude>**/JiraLocalFailedSpockTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit b2c298a

Please sign in to comment.