This commit temporarily ignores tests that are failing intermittently on Windows. A link to the corresponding issue has been added to each test. FTR, I tried to ignore those tests only on Windows by using `Assume.assumeFalse(SystemUtils.IS_OS_WINDOWS);` where `SystemUtils` is from `org.apache.commons.lang3` but this assumption does not seem to work as expected.