Skip to content

Commit

Permalink
Replace obsolete @RepeatFailedTest reference (junit-pioneer#835)
Browse files Browse the repository at this point in the history
This PR corrects a reference in our documentation.

PR: junit-pioneer#835
  • Loading branch information
izeye authored Jan 31, 2025
1 parent db83dff commit 8babaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/retrying-test.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ This is most likely unwanted and thus the engine warns:
== Thread-Safety

This extension is thread-safe.
During https://junit.org/junit5/docs/current/user-guide/#writing-tests-parallel-execution[parallel test execution], all repetitions of a `@RepeatFailedTest` are executed sequentially.
During https://junit.org/junit5/docs/current/user-guide/#writing-tests-parallel-execution[parallel test execution], all repetitions of a `@RetryingTest` are executed sequentially.

0 comments on commit 8babaef

Please sign in to comment.