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.

0
3 comments

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

0

I verified this, the single method run works with a simple Junit Test, but does not when using Spring Test Runner.

@RunWith(SpringRunner.class)

1

Please sign in to leave a comment.