Skip to content

Commit

Permalink
Do not mark SpeedTest for concurrent execution
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Jan 21, 2023
1 parent 2d51a82 commit 232aff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;

@Execution(ExecutionMode.CONCURRENT)
//@Execution(ExecutionMode.CONCURRENT)
public class SpeedTest {

private final static int NUM_REPS_500 = 500;
Expand Down

0 comments on commit 232aff6

Please sign in to comment.