mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-10 07:53:08 -06:00
run example tests serially for now
This commit is contained in:
parent
c860298182
commit
688a6f728f
@ -41,7 +41,7 @@ import java.util.regex.Pattern;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
@Execution(ExecutionMode.CONCURRENT)
|
||||
@Execution(ExecutionMode.SAME_THREAD)
|
||||
public class ScriptExampleTests {
|
||||
|
||||
public static ExecutionMetricsResult runScenario(String scriptname, String... params) {
|
||||
|
Loading…
Reference in New Issue
Block a user