mirror of https://github.com/apache/lucene.git
tests: remove extra control add from last commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42ead72e6f
commit
78a40b68fb
|
@ -619,7 +619,6 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
|
|||
req.add(doc);
|
||||
req.setParam("CONTROL", "TRUE");
|
||||
req.process(controlClient);
|
||||
controlClient.add(doc);
|
||||
|
||||
// if we wanted to randomly pick a client - but sometimes they may be
|
||||
// down...
|
||||
|
|
Loading…
Reference in New Issue