Fix MatrixAggregationRestIT test

This commit is contained in:
Ali Beyad 2016-07-15 19:41:06 -04:00
parent 19d0dbcd17
commit dddbe4acad
2 changed files with 8 additions and 0 deletions

View File

@ -119,6 +119,10 @@ setup:
indices.refresh: indices.refresh:
index: [test, unmapped] index: [test, unmapped]
- do:
cluster.health:
wait_for_status: yellow
--- ---
"Unmapped": "Unmapped":

View File

@ -119,6 +119,10 @@ setup:
indices.refresh: indices.refresh:
index: [test, unmapped] index: [test, unmapped]
- do:
cluster.health:
wait_for_status: yellow
--- ---
"Unmapped": "Unmapped":