[TEST] Don't wait for relocations - the ensureYellow() call does that already
This commit is contained in:
parent
8909a77724
commit
fd19b42cbb
|
@ -235,7 +235,6 @@ public class BasicBackwardsCompatibilityTest extends ElasticsearchBackwardsCompa
|
|||
for (int i = 0; i < numIters; i++) {
|
||||
assertHitCount(client().prepareCount().get(), numDocs);
|
||||
}
|
||||
ensureGreen(); // wait for all the relocation
|
||||
assertVersionCreated(compatibilityVersion(), "test");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue