Skip to content

Commit 69f8934

Browse files
authored
Watcher: Reenable start/stop yaml tests (#31754)
The underlying cause for this has been fixed, thus the tests can be reenabled. Closes #30298
1 parent a5fd4a7 commit 69f8934

File tree

1 file changed

+0
-6
lines changed
  • x-pack/plugin/src/test/resources/rest-api-spec/test/watcher/stats

1 file changed

+0
-6
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/watcher/stats/10_basic.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
"Test watcher stats output":
3-
- skip:
4-
version: "all"
5-
reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30298"
63
- do: {xpack.watcher.stats: {}}
74
- match: { "manually_stopped": false }
85
- match: { "stats.0.watcher_state": "started" }
96

107
---
118
"Test watcher stats supports emit_stacktraces parameter":
12-
- skip:
13-
version: "all"
14-
reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30298"
159
- do:
1610
xpack.watcher.stats:
1711
metric: "all"

0 commit comments

Comments
 (0)