From bd7a2d2b01372a708d9279f5672762ce56c1e641 Mon Sep 17 00:00:00 2001 From: Julie Tibshirani Date: Tue, 5 May 2020 17:54:24 -0700 Subject: [PATCH] Mute the geogrid agg circuit breaker tests. --- .../src/test/resources/rest-api-spec/test/30_geotile_grid.yml | 3 +++ .../src/test/resources/rest-api-spec/test/40_geohash_grid.yml | 3 +++ 2 files changed, 6 insertions(+) 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 b36ee664043..7d4b752f3cf 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,6 +58,9 @@ --- "Test geotile_grid aggregation circuit breaker": + - skip: + version: "all" + reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56257" - do: indices.create: index: locations diff --git a/x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/40_geohash_grid.yml b/x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/40_geohash_grid.yml index e9f4b17f341..90d95425290 100644 --- a/x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/40_geohash_grid.yml +++ b/x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/40_geohash_grid.yml @@ -60,6 +60,9 @@ --- "Test geohash_grid aggregation circuit breaker": + - skip: + version: "all" + reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56257" - do: indices.create: index: locations