Skip to content

Commit 53ba4ff

Browse files
committed
Revert change on YAML rest tests since elastic#80703 is not fixed.
1 parent ddcb627 commit 53ba4ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/learn_to_rank_rescorer.yml

+4
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ setup:
192192
- match: { hits.hits.4._score: 1.0 }
193193
---
194194
"Test rescore with stored model and chained rescorers":
195+
- skip:
196+
version: all
197+
reason: "@AwaitsFix https://github.com/elastic/elasticsearch/issues/80703"
198+
195199
- do:
196200
search:
197201
index: store

0 commit comments

Comments
 (0)