Skip to content

Commit 0a4c5e0

Browse files
committed
Another test fix
Another attempt to fix a test that fails rarely and randomly. This time try locking the query to just a single index.
1 parent 4de0e66 commit 0a4c5e0

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/analytics/top_metrics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
- do:
175175
catch: bad_request
176176
search:
177+
index: test
177178
size: 0
178179
body:
179180
aggs:
@@ -269,6 +270,7 @@
269270
catch: bad_request
270271
search:
271272
size: 0
273+
index: test
272274
body:
273275
aggs:
274276
tm:

0 commit comments

Comments
 (0)