We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9464664 commit 12bb94eCopy full SHA for 12bb94e
tck/src/main/java/org/reactivestreams/tck/IdentityProcessorVerification.java
@@ -172,7 +172,9 @@ public long boundedDepthOfOnNextAndRequestRecursion() {
172
173
/**
174
* 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
+ * 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.
178
*/
179
public boolean skipStochasticTests() {
180
return false;
0 commit comments