From ffeeb410668cd9ddfa2c69096fc530b6568e050b Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 11 Sep 2019 16:30:43 -0400 Subject: [PATCH] Fix muting of translog stats on closed indices test We do not allow multiple skip sections, so this commit comments out the existing skip section. Relates #46535 --- .../rest-api-spec/test/indices.stats/20_translog.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml index e401eeb0919..f48d6127972 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml @@ -186,10 +186,9 @@ - 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" - +# - skip: +# version: " - 7.3.99" +# reason: "start ignoring translog retention policy with soft-deletes enabled in 7.4" - do: indices.create: index: test