Fix MatrixAggregationRestIT test
This commit is contained in:
parent
19d0dbcd17
commit
dddbe4acad
|
@ -119,6 +119,10 @@ setup:
|
||||||
indices.refresh:
|
indices.refresh:
|
||||||
index: [test, unmapped]
|
index: [test, unmapped]
|
||||||
|
|
||||||
|
- do:
|
||||||
|
cluster.health:
|
||||||
|
wait_for_status: yellow
|
||||||
|
|
||||||
---
|
---
|
||||||
"Unmapped":
|
"Unmapped":
|
||||||
|
|
||||||
|
|
|
@ -119,6 +119,10 @@ setup:
|
||||||
indices.refresh:
|
indices.refresh:
|
||||||
index: [test, unmapped]
|
index: [test, unmapped]
|
||||||
|
|
||||||
|
- do:
|
||||||
|
cluster.health:
|
||||||
|
wait_for_status: yellow
|
||||||
|
|
||||||
---
|
---
|
||||||
"Unmapped":
|
"Unmapped":
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue