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.