Skip to content

Commit f552710

Browse files
imotovmartijnvg
authored andcommitted
Tests: Supress inner hits tests running in mixed clusters
Tracked by #27570
1 parent e18ce65 commit f552710

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

qa/mixed-cluster/src/test/resources/rest-api-spec/test/10_parent_child.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
"Parent/child inner hits":
33
- skip:
4-
version: "6.0.0 - "
5-
reason: multiple types are not supported from 6.0 and beyond
4+
version: "all"
5+
reason: "AwaitsFix'ing, see elasticsearch #27570"
6+
# version: "6.0.0 - "
7+
# reason: multiple types are not supported from 6.0 and beyond
68

79
- do:
810
indices.create:

rest-api-spec/src/main/resources/rest-api-spec/test/search.inner_hits/10_basic.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ setup:
1414
"Nested inner hits":
1515
- skip:
1616
# this will only run in a mixed cluster environment with at least 1 5.x node
17-
version: "5.99.99 - "
18-
reason: multiple types are not supported on 6.x indices onwards
17+
version: "all"
18+
reason: "AwaitsFix'ing, see elasticsearch #27570"
19+
# version: "5.99.99 - "
20+
# reason: multiple types are not supported on 6.x indices onwards
1921
- do:
2022
index:
2123
index: test

0 commit comments

Comments
 (0)