File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
x-pack/plugin/src/test/resources/rest-api-spec/test/constant_keyword Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 62
62
63
63
---
64
64
" Term query " :
65
+ - skip :
66
+ version : " all"
67
+ reason : " Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"
65
68
66
69
- do :
67
70
search :
91
94
92
95
---
93
96
" Terms query " :
97
+ - skip :
98
+ version : " all"
99
+ reason : " Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"
94
100
95
101
- do :
96
102
search :
@@ -107,6 +113,9 @@ setup:
107
113
108
114
---
109
115
" Prefix query " :
116
+ - skip :
117
+ version : " all"
118
+ reason : " Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"
110
119
111
120
- do :
112
121
search :
@@ -123,7 +132,7 @@ setup:
123
132
search :
124
133
index : test*
125
134
pre_filter_shard_size : 1
126
- body :
135
+ body :
127
136
size : 0
128
137
query :
129
138
prefix :
@@ -134,12 +143,15 @@ setup:
134
143
135
144
---
136
145
" Wildcard query " :
146
+ - skip :
147
+ version : " all"
148
+ reason : " Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"
137
149
138
150
- do :
139
151
search :
140
152
index : test*
141
153
pre_filter_shard_size : 1
142
- body :
154
+ body :
143
155
size : 0
144
156
query :
145
157
wildcard :
You can’t perform that action at this time.
0 commit comments