History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16131
Type: Bug Bug
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Mark Vedder
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

JUnit Plug-in is running @Ignore annotated tests when tests for a package are run

Created: 31 Oct 07 21:58   Updated: 01 Nov 07 14:33
Component/s: Unit Testing. JUnit

Build: 7,364
Severity: High


 Description  « Hide
If you have a JUnit 4.x test annotated as "to be ignored":
@Ignore
@Test
public void myTest()
{
    // test code here
}

When you run all the tests in a package, the test runs. In our case this is causing the IDEA JUnit runner to report false failures on tests that we want ignored for the time being (since the code to pass the test has not yet been implemented).

If you run just the tests for the class, the test is ignored. However, it is not reported as an ignored test. For details, see JIRA IDEA-16130 that I just opened.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.