Skip to content

Commit 00aade5

Browse files
authored
Un-mute data stream REST test (#60120) (#60657)
1 parent 272ebb0 commit 00aade5

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

x-pack/plugin/data-streams/qa/rest/src/test/resources/rest-api-spec/test/data-streams/20_unsupported_apis.yml

+7-11
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
indices.delete:
4242
index: logs-foobar
4343

44+
# close request will not fail but will not match any data streams
45+
- do:
46+
indices.close:
47+
index: logs-*
48+
- is_true: acknowledged
49+
- length: { indices: 0 }
50+
4451
- do:
4552
indices.delete_data_stream:
4653
name: logs-foobar
@@ -84,17 +91,6 @@
8491
name: simple-data-stream1
8592
- is_true: acknowledged
8693

87-
---
88-
"APIs temporarily muted":
89-
- skip:
90-
version: "all"
91-
reason: "restore to above test after data stream resolution PRs have been merged"
92-
93-
- do:
94-
catch: bad_request
95-
indices.close:
96-
index: logs-*
97-
9894
---
9995
"Prohibit shrink on data stream's write index":
10096
- skip:

0 commit comments

Comments
 (0)