Run a single @Ignore Junit Test method manually
Answered
I have a Junit Test class annotated with @Ignore. When I run the test class
from the IDE (from the context menu) it runs the tests fine. When I do the same
on a single test method on the same class the test is not run.
Please sign in to leave a comment.
I suppose that the behavior is related to the code itself, so it is needed to examine it.
Please provide a sample project where the issue could be reproduced and comments on what should be done inside the project.
See this article for details:
https://intellij-support.jetbrains.com/hc/en-us/articles/206869619-Uploading-Large-Files-for-JetBrains-Support-Team
I verified this, the single method run works with a simple Junit Test, but does not when using Spring Test Runner.
@RunWith(SpringRunner.class)
Looks like https://youtrack.jetbrains.com/issue/IDEA-210546.