Skip to content

Commit 1330470

Browse files
authored
Merge pull request #370 from reactive-streams/wip-278-remove-partial-doc-√
Removes a partial sentence in the javadoc
2 parents daf2b69 + b1e5b1d commit 1330470

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/PublisherVerification.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ public long maxElementsFromPublisher() {
128128

129129
/**
130130
* 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
131+
* 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.
132134
*/
133135
public boolean skipStochasticTests() {
134136
return false;

0 commit comments

Comments
 (0)