Skip to content

Commit 9bb620e

Browse files
committed
Mute PartitionedRoutingIT#testShrinking on Windows
1 parent e3a1981 commit 9bb620e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/test/java/org/elasticsearch/routing/PartitionedRoutingIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
package org.elasticsearch.routing;
2121

22+
import org.apache.lucene.util.Constants;
2223
import org.elasticsearch.action.search.SearchResponse;
2324
import org.elasticsearch.cluster.node.DiscoveryNode;
2425
import org.elasticsearch.common.settings.Settings;
@@ -58,6 +59,8 @@ public void testVariousPartitionSizes() throws Exception {
5859
}
5960

6061
public void testShrinking() throws Exception {
62+
assumeFalse("http://github.com/elastic/elasticsearch/issues/33857", Constants.WINDOWS);
63+
6164
// creates random routing groups and repeatedly halves the index until it is down to 1 shard
6265
// verifying that the count is correct for each shrunken index
6366
final int partitionSize = 3;

0 commit comments

Comments
 (0)