You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do have tests that asserts things that are no longer supported in Java9. Our support for Mockito is the best example: it only works as of Mockito 2.5+.
It would be nice to be able to put an annotation that disables all tests if Java9 is running.
Activity
Disable Mockito tests on previous versions
Disable Mockito tests on previous versions
snicoll commentedon Jul 1, 2017
See #9529 (comment)
Disable Mockito tests on previous versions
Disable Mockito tests on previous versions
6 remaining items
snicoll commentedon Sep 28, 2017
Actually I could use that now