If you want to skip these test you can add the following to your pom:
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<disabledTestInjection>true</disabledTestInjection>
</configuration>
</plugin>This is default in all my plug-ins since I also did not see a benefit in these integration tests yet… Maybe we should move such integration tests to the acceptance test harness project. Am 30.10.2014 um 22:14 schrieb Christoph Kutzinski <[email protected]>: > Hi, > > so I've developed Jenkins plugins for all these years and still I've got no > clue what the magical InjectTest is actually doing - excepting stealing some > of my time: > > Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.365 sec - > in InjectedTest > > And actually I cannot remember that it ever caught any error in my plugin. > So can someone explain, what it is good for? > > cheers > Kutzi > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: Message signed with OpenPGP using GPGMail
