mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 05:15:04 +00:00
Mute translog stats on closed indices REST test
This commit mutes a test of the translog stats on a closed indices with soft-deletes enabled test. This test failure is being tracked in #46535.
This commit is contained in:
parent
f9bf10f2b6
commit
27da0ea603
@ -183,9 +183,13 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
"Translog stats on closed indices with soft-deletes":
|
"Translog stats on closed indices with soft-deletes":
|
||||||
|
- skip:
|
||||||
|
version: "all"
|
||||||
|
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/46535"
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 7.3.99"
|
version: " - 7.3.99"
|
||||||
reason: "start ignoring translog retention policy with soft-deletes enabled in 7.4"
|
reason: "start ignoring translog retention policy with soft-deletes enabled in 7.4"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user