Closed
Description
Now that Java 8 is required we can use JUnit 5. It brings some nice features such as Assume
that allows a test to be skipped based on run-time conditions. There are some tests that are not run on Windows but currently they are reported as passed, with Assume
they will be properly reported as skipped.