Skip to content

Commit

Permalink
Merge pull request #1596 from smallrye/test/skip-unreliable-stochastic
Browse files Browse the repository at this point in the history
test: skip stochastic tests in MultiConcatMapNoPrefetchCompletionStag…
  • Loading branch information
jponge authored May 13, 2024
2 parents 2b25104 + 734f1a3 commit 07d54d5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

public class MultiConcatMapNoPrefetchCompletionStageTckTest extends AbstractPublisherTck<Long> {

@Override
public boolean skipStochasticTests() {
return true;
}

@Test
public void flatMapCsStageShouldMapFutures() {
CompletableFuture<Integer> one = new CompletableFuture<>();
Expand Down

0 comments on commit 07d54d5

Please sign in to comment.