When a method is annotated with Test and an inherited method is not (and is annotated with Ignore, for example), the ignored annotation is not picked up.
This is somewhat not consistent -- JUnit4 doesn't see those overriden method annotations. IntelliJ's runner does. I think it makes sense to pick up annotations from the method actually executed (and up the hierarchy); it's a mistake that Test isn't an inherited annotation by default.