Skip to content

Commit

Permalink
disable injected tests
Browse files Browse the repository at this point in the history
- due to failed clean up of temporary files (JENKINS-21977)
  • Loading branch information
cpoenisch committed May 13, 2016
1 parent 7d4d405 commit 4a549de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -189,6 +189,9 @@
<include>**/*Test.java</include>
<include>**/*ST.java</include>
</includes>
<excludes>
<exclude>InjectedTest.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4a549de

Please sign in to comment.