[TEST] Don't use transport client if we are blocking internal actions we might run into disconnects

This commit is contained in:
Simon Willnauer 2016-09-14 17:50:14 +02:00
parent b35f7446ce
commit bb6e7eeb7a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ import static org.hamcrest.Matchers.not;
* <p>
* We need at least 2 nodes so we have a master node a non-master node
*/
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE, minNumDataNodes = 2)
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE, minNumDataNodes = 2, transportClientRatio = 0.0)
public class TasksIT extends ESIntegTestCase {
private Map<Tuple<String, String>, RecordingTaskManagerListener> listeners = new HashMap<>();