Skip to content

Commit 968c476

Browse files
authored
Fix version in bwc test again (#87266)
My change #86401 never made it into 7.17.4 so the test was confused. This bumps the version. It'll make it into 7.17.5. Closes #87113
1 parent 00980ed commit 968c476

File tree

1 file changed

+2
-2
lines changed
  • rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation

1 file changed

+2
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/500_serial_diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ parent has gap:
133133
---
134134
parent has min_doc_count:
135135
- skip:
136-
version: " - 7.17.3, 8.0.0 - 8.2.99"
137-
reason: allowed in 7.17.4
136+
version: " - 7.17.4, 8.0.0 - 8.2.99"
137+
reason: allowed in 7.17.5
138138

139139
- do:
140140
bulk:

0 commit comments

Comments
 (0)