From c518670f837ee287b0a6bf9f1a7de8117954c6ca Mon Sep 17 00:00:00 2001 From: Ignacio Vera Date: Fri, 12 Jun 2020 15:39:27 +0200 Subject: [PATCH] Fix Geo grid aggregation circuit breaker tests (#58028) (#58042) This commit makes sure we create index with only one shard. --- .../test/resources/rest-api-spec/test/30_geotile_grid.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/30_geotile_grid.yml b/x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/30_geotile_grid.yml index 7d4b752f3cf..b35dde5ffd0 100644 --- a/x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/30_geotile_grid.yml +++ b/x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/30_geotile_grid.yml @@ -58,13 +58,13 @@ --- "Test geotile_grid aggregation circuit breaker": - - skip: - version: "all" - reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56257" - do: indices.create: index: locations body: + settings: + number_of_shards: 1 + number_of_replicas: 0 mappings: properties: location: