Skip to content

Commit 12bb94e

Browse files
committed
Fixed javadocs for skipStochasticTests
Fixes reactive-streams#278. This was already fixed in a previous PR, but that PR failed to fix the javadocs for the IdentityProcessorVerification.
1 parent 9464664 commit 12bb94e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: tck/src/main/java/org/reactivestreams/tck/IdentityProcessorVerification.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ public long boundedDepthOfOnNextAndRequestRecursion() {
172172

173173
/**
174174
* Override and return {@code true} in order to skip executing tests marked as {@code Stochastic}.
175-
* Such tests MAY sometimes fail even though the impl
175+
* Stochastic in this case means that the Rule is impossible or infeasible to deterministically verify—
176+
* usually this means that this test case can yield false positives ("be green") even if for some case,
177+
* the given implementation may violate the tested behaviour.
176178
*/
177179
public boolean skipStochasticTests() {
178180
return false;

0 commit comments

Comments
 (0)