mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
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…
x
Reference in New Issue
Block a user