Make the ignore_above docs tests more robust. (#43349)

It is possible for internal ML indices like `.data-frame-notifications-1` to leak,
causing other docs tests to fail when they accidentally search over these
indices. This PR updates the ignore_above tests to only search a specific index.
This commit is contained in:
Julie Tibshirani 2019-06-27 08:27:01 +03:00
parent ba518722a2
commit bed7e68014
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ PUT my_index/_doc/2 <3>
"message": "Syntax error with some long stacktrace"
}
GET _search <4>
GET my_index/_search <4>
{
"aggs": {
"messages": {