Skip to content

Commit b3be7e0

Browse files
committed
skip test for versions < master
1 parent e683594 commit b3be7e0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/suggest/50_completion_with_multi_fields.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
---
33
"Search by suggestion and by keyword sub-field should work":
44

5+
- skip:
6+
version: " - 6.99.99"
7+
reason: "Search by suggestion with multi-fields was introduced 7.0.0"
8+
59
- do:
610
indices.create:
711
index: completion_with_sub_keyword
@@ -61,6 +65,10 @@
6165
---
6266
"Search by suggestion on sub field should work":
6367

68+
- skip:
69+
version: " - 6.99.99"
70+
reason: "Search by suggestion with multi-fields was introduced 7.0.0"
71+
6472
- do:
6573
indices.create:
6674
index: completion_with_sub_completion
@@ -109,6 +117,10 @@
109117
---
110118
"Search by suggestion on sub field with context should work":
111119

120+
- skip:
121+
version: " - 6.99.99"
122+
reason: "Search by suggestion with multi-fields was introduced 7.0.0"
123+
112124
- do:
113125
indices.create:
114126
index: completion_with_context
@@ -176,6 +188,10 @@
176188
---
177189
"Search by suggestion on sub field with weight should work":
178190

191+
- skip:
192+
version: " - 6.99.99"
193+
reason: "Search by suggestion with multi-fields was introduced 7.0.0"
194+
179195
- do:
180196
indices.create:
181197
index: completion_with_weight
@@ -230,6 +246,10 @@
230246
---
231247
"Search by suggestion on geofield-hash on sub field should work":
232248

249+
- skip:
250+
version: " - 6.99.99"
251+
reason: "Search by suggestion with multi-fields was introduced 7.0.0"
252+
233253
- do:
234254
indices.create:
235255
index: geofield_with_completion

0 commit comments

Comments
 (0)