[TEST] Don't use transport client if we are blocking internal actions we might run into disconnects
This commit is contained in:
parent
b35f7446ce
commit
bb6e7eeb7a
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue