This commit is contained in:
parent
2e444e77df
commit
bc7aff917e
|
@ -1,4 +1,7 @@
|
||||||
"Action to list contexts":
|
"Action to list contexts":
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51939"
|
||||||
- do:
|
- do:
|
||||||
scripts_painless_context: {}
|
scripts_painless_context: {}
|
||||||
- match: { contexts.0: aggregation_selector}
|
- match: { contexts.0: aggregation_selector}
|
||||||
|
@ -6,6 +9,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
"Action to get all API values for score context":
|
"Action to get all API values for score context":
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51939"
|
||||||
- do:
|
- do:
|
||||||
scripts_painless_context:
|
scripts_painless_context:
|
||||||
context: score
|
context: score
|
||||||
|
|
Loading…
Reference in New Issue