Revert "add a basic get index rolling upgrade test (#56322)"

This reverts commit 0b40886db3.
This commit is contained in:
Hendrik Muhs 2020-05-08 12:41:15 +02:00
parent 406d58f28c
commit e2e4c3179c
1 changed files with 0 additions and 6 deletions

View File

@ -73,9 +73,3 @@
nodes.usage: {}
- is_true: nodes
- match: { _nodes.failed: 0 }
---
"Get index works":
- do:
indices.get:
index: queries
- match: { queries.mappings.properties.id.type: "keyword" }