[TEST] mute backwards compatability tests for explain API until 5.2
snapshot builds can be published again
This commit is contained in:
parent
49298c16a9
commit
91917d6e91
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
"cluster shard allocation explanation test":
|
"cluster shard allocation explanation test":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.1.99"
|
# Set to 6.0.0 for now because the 5.2 snapshot builds are failing, causing these tests to run against an old 5.2 build
|
||||||
|
version: " - 6.0.0"
|
||||||
reason: allocation explain api format is different in versions < 5.2.0
|
reason: allocation explain api format is different in versions < 5.2.0
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
|
@ -39,7 +40,8 @@
|
||||||
---
|
---
|
||||||
"cluster shard allocation explanation test with empty request":
|
"cluster shard allocation explanation test with empty request":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.1.99"
|
# Set to 6.0.0 for now because the 5.2 snapshot builds are failing, causing these tests to run against an old 5.2 build
|
||||||
|
version: " - 6.0.0"
|
||||||
reason: allocation explain api format is different in versions < 5.2.0
|
reason: allocation explain api format is different in versions < 5.2.0
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
|
|
Loading…
Reference in New Issue