Skip to content

Commit 883104f

Browse files
committed
Mute failing constant keyword tests
Signed-off-by: Mark Vieira <[email protected]>
1 parent 22c9542 commit 883104f

File tree

1 file changed

+14
-2
lines changed
  • x-pack/plugin/src/test/resources/rest-api-spec/test/constant_keyword

1 file changed

+14
-2
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/constant_keyword/10_basic.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ setup:
6262

6363
---
6464
"Term query":
65+
- skip:
66+
version: "all"
67+
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"
6568

6669
- do:
6770
search:
@@ -91,6 +94,9 @@ setup:
9194

9295
---
9396
"Terms query":
97+
- skip:
98+
version: "all"
99+
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"
94100

95101
- do:
96102
search:
@@ -107,6 +113,9 @@ setup:
107113

108114
---
109115
"Prefix query":
116+
- skip:
117+
version: "all"
118+
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"
110119

111120
- do:
112121
search:
@@ -123,7 +132,7 @@ setup:
123132
search:
124133
index: test*
125134
pre_filter_shard_size: 1
126-
body:
135+
body:
127136
size: 0
128137
query:
129138
prefix:
@@ -134,12 +143,15 @@ setup:
134143

135144
---
136145
"Wildcard query":
146+
- skip:
147+
version: "all"
148+
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/53131"
137149

138150
- do:
139151
search:
140152
index: test*
141153
pre_filter_shard_size: 1
142-
body:
154+
body:
143155
size: 0
144156
query:
145157
wildcard:

0 commit comments

Comments
 (0)