Commit 5714b98
authored
Do not run lookup index YAML with two shards (elastic#115608)
We can randomly inject a global template that defaults to 2 shards
instead of 1. This causes the lookup index YAML tests to fail. To avoid
this, the change requires specifying the default_shards setting for
these tests1 parent c556a29 commit 5714b98
File tree
1 file changed
+2
-2
lines changed- rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.create
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments