Currently we use junit 4.10. By looking at the release notes of 4.11[0] there's a nice improvement on the Assume that we use, being able to provide a custom message.
(0) https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.11.md#improvements-to-assert-and-assume I find it very useful cause some time tests are skip because of the failing assumption but we don't have any messages back and it's difficult to spot it. Let's vote for an upgrade and test. If passed I'll file an issue and follow up. [ ] +1 let's upgrade and test to junit 4.11 [ ] -1 no, I don't see any added value My vote: +1 Cheers Davide
