From 801fced9ce93d7e76dc5e386c14a54c049358daa Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Tue, 3 Jul 2018 09:22:13 +0200 Subject: [PATCH] Watcher: Reenable start/stop yaml tests The underlying cause for this has been fixed, thus the tests can be reenabled. Closes #30298 --- .../resources/rest-api-spec/test/watcher/stats/10_basic.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/test/watcher/stats/10_basic.yml b/x-pack/plugin/src/test/resources/rest-api-spec/test/watcher/stats/10_basic.yml index 554e339687ba4..9844dea9135a3 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/test/watcher/stats/10_basic.yml +++ b/x-pack/plugin/src/test/resources/rest-api-spec/test/watcher/stats/10_basic.yml @@ -1,17 +1,11 @@ --- "Test watcher stats output": - - skip: - version: "all" - reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30298" - do: {xpack.watcher.stats: {}} - match: { "manually_stopped": false } - match: { "stats.0.watcher_state": "started" } --- "Test watcher stats supports emit_stacktraces parameter": - - skip: - version: "all" - reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30298" - do: xpack.watcher.stats: metric: "all"