Fixed test cluster scope to be able to run it multiple times if needed
This commit is contained in:
parent
01d51ef434
commit
5639002a8e
|
@ -24,7 +24,7 @@ import static org.hamcrest.Matchers.*;
|
|||
|
||||
/**
|
||||
*/
|
||||
@ClusterScope(scope=Scope.SUITE, numNodes=2)
|
||||
@ClusterScope(scope=Scope.TEST, numNodes=2)
|
||||
public class SimpleThreadPoolTests extends AbstractIntegrationTest {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue