Fixed test cluster scope to be able to run it multiple times if needed

This commit is contained in:
Luca Cavanna 2013-10-28 16:30:58 +01:00
parent 01d51ef434
commit 5639002a8e
1 changed files with 1 additions and 1 deletions

View File

@ -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