From fd19b42cbb303b26e3912926a16d575e4be91a1c Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Wed, 2 Jul 2014 22:09:48 +0200 Subject: [PATCH] [TEST] Don't wait for relocations - the ensureYellow() call does that already --- .../elasticsearch/bwcompat/BasicBackwardsCompatibilityTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/elasticsearch/bwcompat/BasicBackwardsCompatibilityTest.java b/src/test/java/org/elasticsearch/bwcompat/BasicBackwardsCompatibilityTest.java index 28ae7e5103c..ea4d198bb4b 100644 --- a/src/test/java/org/elasticsearch/bwcompat/BasicBackwardsCompatibilityTest.java +++ b/src/test/java/org/elasticsearch/bwcompat/BasicBackwardsCompatibilityTest.java @@ -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"); }