Skip to content

Commit 4af1ed5

Browse files
committed
Correct the skip version in tests for field collapsing on an alias.
1 parent e50e769 commit 4af1ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/110_field_collapsing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ setup:
372372
---
373373
"field collapsing on a field alias":
374374
- skip:
375-
version: " - 7.4.99"
376-
reason: the bug fix was introduced in 7.5
375+
version: " - 7.5.1"
376+
reason: the bug fix was introduced in 7.5.2
377377
- do:
378378
indices.create:
379379
index: alias-test

0 commit comments

Comments
 (0)