Mute PartitionedRoutingIT#testShrinking on Windows

This commit is contained in:
David Turner 2018-10-15 13:18:00 +01:00
parent e3a1981a57
commit 9bb620eece
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.routing;
import org.apache.lucene.util.Constants;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.cluster.node.DiscoveryNode;
import org.elasticsearch.common.settings.Settings;
@ -58,6 +59,8 @@ public class PartitionedRoutingIT extends ESIntegTestCase {
}
public void testShrinking() throws Exception {
assumeFalse("http://github.com/elastic/elasticsearch/issues/33857", Constants.WINDOWS);
// creates random routing groups and repeatedly halves the index until it is down to 1 shard
// verifying that the count is correct for each shrunken index
final int partitionSize = 3;