mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
[TEST] Reenable disabled tests for _field_caps and _search_shards (#24505)
This commit is contained in:
parent
0174119296
commit
5bfb98ade4
@ -169,8 +169,8 @@ setup:
|
|||||||
---
|
---
|
||||||
"Mix in non-existing field field caps":
|
"Mix in non-existing field field caps":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 6.0.0" # temporarily disabled
|
version: " - 5.4.0"
|
||||||
reason: this bug has been fixed in 5.4.0
|
reason: "#24504 fixed a bug in this API in 5.4.1"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
field_caps:
|
field_caps:
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
---
|
---
|
||||||
"Search shards aliases with and without filters":
|
"Search shards aliases with and without filters":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 6.0.0" # temporarily disabled
|
version: " - 5.4.0"
|
||||||
reason: indices section was added in 5.1.0
|
reason: "#24489 fixed a bug that not all aliases where added in 5.4.1 - indices section was added in 5.1.0"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user