Skip to content

Commit c85edf9

Browse files
committed
Mute LangPainlessClientYamlTestSuiteIT context API tests (#51939) (#52011)
1 parent 2643332 commit c85edf9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/lang-painless/src/test/resources/rest-api-spec/test/painless/71_context_api.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
"Action to list contexts":
2+
- skip:
3+
version: "all"
4+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51939"
25
- do:
36
scripts_painless_context: {}
47
- match: { contexts.0: aggregation_selector}
58
- match: { contexts.22: update}
69
---
710

811
"Action to get all API values for score context":
12+
- skip:
13+
version: "all"
14+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51939"
915
- do:
1016
scripts_painless_context:
1117
context: score

0 commit comments

Comments
 (0)