From a670e5e87c82fec22117027a37c271492e59123b Mon Sep 17 00:00:00 2001 From: Dan Hermann Date: Mon, 3 Aug 2020 07:43:11 -0500 Subject: [PATCH] Un-mute data stream REST test (#60120) --- .../test/data-streams/20_unsupported_apis.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/x-pack/plugin/data-streams/qa/rest/src/test/resources/rest-api-spec/test/data-streams/20_unsupported_apis.yml b/x-pack/plugin/data-streams/qa/rest/src/test/resources/rest-api-spec/test/data-streams/20_unsupported_apis.yml index 03cbb1bae8c0e..e2b18d1ce08c8 100644 --- a/x-pack/plugin/data-streams/qa/rest/src/test/resources/rest-api-spec/test/data-streams/20_unsupported_apis.yml +++ b/x-pack/plugin/data-streams/qa/rest/src/test/resources/rest-api-spec/test/data-streams/20_unsupported_apis.yml @@ -41,6 +41,13 @@ indices.delete: index: logs-foobar + # close request will not fail but will not match any data streams + - do: + indices.close: + index: logs-* + - is_true: acknowledged + - length: { indices: 0 } + - do: indices.delete_data_stream: name: logs-foobar @@ -84,17 +91,6 @@ name: simple-data-stream1 - is_true: acknowledged ---- -"APIs temporarily muted": - - skip: - version: "all" - reason: "restore to above test after data stream resolution PRs have been merged" - - - do: - catch: bad_request - indices.close: - index: logs-* - --- "Prohibit shrink on data stream's write index": - skip: