[TEST] temporarily disable the explain API rest test until
the 5.3.0-snapshot distribution is properly generated
This commit is contained in:
parent
9f97eec12e
commit
bf439b9cc8
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
"cluster shard allocation explanation test":
|
"cluster shard allocation explanation test":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.1.99"
|
version: " - 6.0.0"
|
||||||
reason: allocation explain api format is different in versions < 5.2.0
|
reason: temporary, revert back to 5.1.99 when the 5.3.0-snapshot build is fixed
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
# there aren't any unassigned shards to explain
|
# there aren't any unassigned shards to explain
|
||||||
|
@ -36,8 +36,8 @@
|
||||||
---
|
---
|
||||||
"cluster shard allocation explanation test with empty request":
|
"cluster shard allocation explanation test with empty request":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.1.99"
|
version: " - 6.0.0"
|
||||||
reason: allocation explain api format is different in versions < 5.2.0
|
reason: temporary, revert back to 5.1.99 when the 5.3.0-snapshot build is fixed
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
|
|
Loading…
Reference in New Issue