mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +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":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/46535"
|
||||
- skip:
|
||||
version: " - 7.3.99"
|
||||
reason: "start ignoring translog retention policy with soft-deletes enabled in 7.4"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user