We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daf2b69 + b1e5b1d commit 1330470Copy full SHA for 1330470
tck/src/main/java/org/reactivestreams/tck/PublisherVerification.java
@@ -128,7 +128,9 @@ public long maxElementsFromPublisher() {
128
129
/**
130
* Override and return {@code true} in order to skip executing tests marked as {@code Stochastic}.
131
- * Such tests MAY sometimes fail even though the impl
+ * Stochastic in this case means that the Rule is impossible or infeasible to deterministically verify—
132
+ * usually this means that this test case can yield false positives ("be green") even if for some case,
133
+ * the given implementation may violate the tested behaviour.
134
*/
135
public boolean skipStochasticTests() {
136
return false;
0 commit comments