| Issue 22: | Number of ran tests doesn't match the number of existing tests | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Create 2 pending tests (@Scenario(pending = true)) 2. Call mvn install What is the expected output? What do you see instead? Current: Maven output: Tests run: 4, Failures: 0, Errors: 0, Skipped: 2 Expected: Maven output: Tests run: 2, Failures: 0, Errors: 0, Skipped: 2 What version of the product are you using? On what operating system? tumber 0.4.1, Windows 7 x64 Please provide any additional information below. Attached fix for this issue. |