Skip to content

Commit 5643c4f

Browse files
Fix test version and index creation (elastic#75534)
This patch fixes test skip version, which was incorrect before. It also removes a duplicate index creation, as the index is already created during setup stage. Related to elastic#50709
1 parent 4686771 commit 5643c4f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

modules/parent-join/src/yamlRestTest/resources/rest-api-spec/test/30_inner_hits.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,9 @@ teardown:
5959
---
6060
"Test two sub-queries with only one having inner_hits":
6161
- skip:
62-
version: " - 7.59.99"
62+
version: " - 7.5.99"
6363
reason: "The bug was corrected from 7.6"
6464

65-
- do:
66-
indices.create:
67-
index: test
68-
body:
69-
mappings:
70-
properties:
71-
entity_type: { "type": "keyword" }
72-
join_field: { "type": "join", "relations": { "question": "answer", "person" : "address" } }
73-
settings:
74-
number_of_shards: 1
75-
7665
- do:
7766
index:
7867
index: test

0 commit comments

Comments
 (0)