I would like to have the ability to mark tests as "skipped" (yellow in result graph) in JUnit . My assumption was, that tests resulting in log level "warning" are marked as such, but these are marked as "passed".
An option to mark "warning" test results (MHT) as "skipped" (in JUnit-like test result) would be sufficient.