[TEST] Only use the clients from the node.

This commit is contained in:
Martijn van Groningen 2014-06-18 16:05:19 +02:00
parent cb97b79396
commit 68046b64c2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import static org.elasticsearch.test.ElasticsearchIntegrationTest.Scope;
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*;
import static org.hamcrest.Matchers.*;
@ClusterScope(scope = Scope.TEST, numDataNodes = 0)
@ClusterScope(scope = Scope.TEST, numDataNodes = 0, numClientNodes = 0, transportClientRatio = 0)
public class RecoveryPercolatorTests extends ElasticsearchIntegrationTest {
@Override