Skip to content

Commit 8d5519d

Browse files
authored
Fix skip version for merging unmapped max (#91416)
The version was off by a minor commit and was causing random build failures. Closes #89994
1 parent b5dd2cd commit 8d5519d

File tree

1 file changed

+4
-0
lines changed
  • modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations

1 file changed

+4
-0
lines changed

modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/max_metric.yml

+4
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ setup:
206206

207207
---
208208
"Merging results with unmapped fields":
209+
- skip:
210+
version: " - 8.4.99"
211+
reason: Fixed in 8.5.0
212+
209213
- do:
210214
search:
211215
index: [date_test_1, date_test_2]

0 commit comments

Comments
 (0)