Jenkins sometimes takes JUnit @Ignore tag into account, sometimes not? -


i have added @ignore tag test classes (class level, not method level). of these test classes @ignore tag ignored jenkins (correct), classes @ignore tag still executed. mind you, test classes executed not execute tests because tests have been commented away, jenkins gives "initialization error" sign there no tests execute. how possible? test classes normal unit tests, , pretty identical.

try using @ignore tag @ method level instead of class level.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -