Skip to content

Commit 2437c5e

Browse files
Update skip after backport (#54450)
Now that #54161 is backported we can run its tests against nodes that have the fix. Co-authored-by: Elastic Machine <[email protected]>
1 parent 95a7eed commit 2437c5e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/280_rare_terms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ setup:
364364
---
365365
"avg_bucket":
366366
- skip:
367-
version: " - 7.99.99"
368-
reason: Fixed in 8.0.0 to be backported to 7.8.0
367+
version: " - 7.7.99"
368+
reason: Fixed in 7.8.0
369369
- do:
370370
indices.create:
371371
index: test

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/330_auto_date_histogram.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ setup:
4444
---
4545
"avg_bucket":
4646
- skip:
47-
version: " - 7.99.99"
48-
reason: Fixed in 8.0.0 to be backported to 7.8.0
47+
version: " - 7.7.99"
48+
reason: Fixed in 7.8.0
4949
- do:
5050
search:
5151
body:

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/340_geo_distance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ setup:
4747
---
4848
"avg_bucket":
4949
- skip:
50-
version: " - 7.99.99"
51-
reason: Fixed in 8.0.0 to be backported to 7.8.0
50+
version: " - 7.7.99"
51+
reason: Fixed in 7.8.0
5252
- do:
5353
search:
5454
body:

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/40_range.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ setup:
224224
---
225225
"IP Range avg_bucket":
226226
- skip:
227-
version: " - 7.99.99"
228-
reason: Fixed in 8.0.0 to be backported to 7.8.0
227+
version: " - 7.7.99"
228+
reason: Fixed in 7.8.0
229229
- do:
230230
bulk:
231231
refresh: true

0 commit comments

Comments
 (0)