Given a Unit 4.x test class with one or more of the tests annotated as
@Ignore...
When running all tests in the class, the ignored tests are not running; however IDEA is not reporting them as ignored tests. In the list of tests in the Run window, the tests do not show in the list at all. In previous IDEA versions the tests would be listed with the "Test Ignored" icon.
Also, if an Ignored test is run individually, it shows with the "Test not Run" icon rather than the "Test Ignored" icon. While this is perhaps not as big of a deal, it would be nice if it was reported as Ignored so one quickly understands why it was not run.
(Help documentation reference for test Icons: IDEA | Reference | Tool Windows Reference | Run Tool Window | Test Results Tab)