[ 
https://issues.apache.org/jira/browse/SUREFIRE-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069435#comment-15069435
 ] 

Tibor Digana commented on SUREFIRE-1209:
----------------------------------------

commit cac9405207e7fd514317b24e4495584bc7368a62

> rerunFailingTestsCount does not run failed tests if forkCount and 
> surefire-junit47 is used
> ------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-1209
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1209
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Junit 4.7+ (parallel) support
>    Affects Versions: 2.19
>            Reporter: Tibor Digana
>            Assignee: Tibor Digana
>             Fix For: 2.19.1
>
>
> The rerun won't be executed with plugin configuration
> {code}
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-surefire-plugin</artifactId>
>                 <version>2.19</version>
>                 <configuration>
>                     <forkCount>2</forkCount>
>                     <rerunFailingTestsCount>3</rerunFailingTestsCount>
>                 </configuration>
>                 <dependencies>
>                     <dependency>
>                         <groupId>org.apache.maven.surefire</groupId>
>                         <artifactId>surefire-junit47</artifactId>
>                         <version>2.19</version>
>                     </dependency>
>                 </dependencies>
>             </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to