Skip to content

Commit

Permalink
disable the debug messages in the reactive streams operators tck
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Jun 14, 2020
1 parent c4c5fb4 commit c880715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
public class ReactiveStreamsEngineImplTck extends ReactiveStreamsTck<Engine> {

static TestEnvironment ENV = new TestEnvironment(true);
static TestEnvironment ENV = new TestEnvironment();

public ReactiveStreamsEngineImplTck() {
super(ENV);
Expand Down

0 comments on commit c880715

Please sign in to comment.