From 8cfe619f0318a33406f14f58069be38e26f9ed86 Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Wed, 21 Mar 2018 16:51:52 -0400 Subject: [PATCH] Revert "[TEST] Mute index synced flush rest tests" The BWC issue was fixed. This reverts commit f8830b7b43e51935134817269dcebe4766338ace. --- .../resources/rest-api-spec/test/cat.shards/10_basic.yml | 4 ---- .../resources/rest-api-spec/test/indices.flush/10_basic.yml | 5 ----- 2 files changed, 9 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards/10_basic.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards/10_basic.yml index 4d63b4fd7c7..53b9b741bdc 100755 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards/10_basic.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards/10_basic.yml @@ -80,10 +80,6 @@ $/ --- "Test cat shards output": - - skip: - # The BWC logic for released 6.0 and 6.1 versions is wrong - version: "all" - reason: "AwaitsFix'ing, see elasticsearch #29162" - do: cat.shards: {} diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.flush/10_basic.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.flush/10_basic.yml index 70d284c9200..659435ae196 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.flush/10_basic.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.flush/10_basic.yml @@ -1,10 +1,5 @@ --- "Index synced flush rest test": - - skip: - # The BWC logic for released 6.0 and 6.1 versions is wrong - version: "all" - reason: "AwaitsFix'ing, see elasticsearch #29162" - - do: indices.create: index: testing