Skip to content

Commit 4500227

Browse files
committed
More YAML test fixes
1 parent 7ec451b commit 4500227

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

modules/streams/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ esplugin {
2020

2121
restResources {
2222
restApi {
23-
include '_common', 'streams', 'indices', 'cluster.health'
23+
include '_common', 'streams', 'indices'
2424
}
2525
}
2626

modules/streams/src/yamlRestTest/resources/rest-api-spec/test/streams/logs/10_basic.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
teardown:
3+
- do:
4+
streams.logs_disable: { }
5+
16
---
27
"Basic toggle of logs state enable to disable and back":
38
- do:
@@ -48,10 +53,6 @@
4853
indices.create:
4954
index: logs
5055

51-
- do:
52-
cluster.health:
53-
wait_for_status: green
54-
5556
- do:
5657
catch: conflict
5758
streams.logs_enable: { }
@@ -65,10 +66,6 @@
6566
indices.create:
6667
index: logs.test
6768

68-
- do:
69-
cluster.health:
70-
wait_for_status: green
71-
7269
- do:
7370
catch: conflict
7471
streams.logs_enable: { }

0 commit comments

Comments
 (0)