Skip to content

Commit bbb8729

Browse files
committed
test fix - avoid synthetic cluster feature
1 parent 79f7e21 commit bbb8729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/610_function_score.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
---
8383
"No field only runs on 9.x":
8484
- requires:
85-
cluster_features: [ "gte_v9.0.0" ]
85+
cluster_features: [ "gte_v8.20.0" ]
8686
reason: "empty field works seamlessly (relying on _seqno since 9.x)"
8787
- do:
8888
indices.create:

0 commit comments

Comments
 (0)