Skip to content

Commit

Permalink
[SUREFIRE-1117] The documentation of re-run parameter should mention …
Browse files Browse the repository at this point in the history
…limitations with JUnit 4.xprovider
  • Loading branch information
tibordigana committed Nov 14, 2014
1 parent 8e05b10 commit 58d88c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ public class IntegrationTestMojo
private String encoding;

/**
* (JUnit 4+ providers)
* The number of times each failing test will be rerun. If set larger than 0, rerun failing tests immediately after
* they fail. If a failing test passes in any of those reruns, it will be marked as pass and reported as a "flake".
* However, all the failing attempts will be recorded.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public class SurefirePlugin
private boolean useManifestOnlyJar;

/**
* (JUnit 4+ providers)
* The number of times each failing test will be rerun. If set larger than 0, rerun failing tests immediately after
* they fail. If a failing test passes in any of those reruns, it will be marked as pass and reported as a "flake".
* However, all the failing attempts will be recorded.
Expand Down

0 comments on commit 58d88c0

Please sign in to comment.