On 19 February 2013 07:33, Lewis John Mcgibbney <[email protected]> wrote: > Hi Simo, > > On Sun, Feb 17, 2013 at 11:27 PM, <[email protected]> wrote: > >> >> Hi Mate! >> >> you can just use the JUnit annotation @Ignore rather than commenting >> methods - having on SCM commented code is IMHO a little confusing, >> since looks like dead code. >> >> HTH, have a nice WE! >> > > Your absolutely right. > Committed @revision 1447509 > Thanks Simo, I honestly didn't even know about this annotation in JUnit. > Lewis
The main advantage is that the number of @Ignore tests are visible in Jenkins Test Result summaries in the Skipped column, so others can target them to reenable them. Cheers, Peter
