Skip to content

Commit

Permalink
Adding exclusion rule for CI/CD testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Apr 4, 2024
1 parent 3120554 commit 80fd48a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
<!-- Skip tests that are within the XSpec repo itself -->
<exclude>target/**</exclude>
<exclude>lib/xspec/**</exclude>
<!-- excluding anything a developer has placed in an 'xspec/pending' folder -->
<exclude>**/xspec/pending/**</exclude>
<!-- excluding XSpec requiring iXML extensions to XSLT -->
<exclude>ixml/ixml-parsing.xspec</exclude>
<!-- and one with a deliberately broken test -->
Expand Down

0 comments on commit 80fd48a

Please sign in to comment.