Skip to content

Commit 6742530

Browse files
committed
Fix rest test skip version
multi_span prefix queries do not work with the prefix field before 6.4. Relates #31066
1 parent 916d15d commit 6742530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/190_index_prefix_search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ setup:
6666
---
6767
"search index prefixes with span_multi":
6868
- skip:
69-
version: " - 6.2.99"
69+
version: " - 6.3.99"
7070
reason: span_multi throws an exception with prefix fields on < versions
7171

7272
- do:

0 commit comments

Comments
 (0)