From 0afd15a0b84f43e52efa9f29540553d9de5f68f2 Mon Sep 17 00:00:00 2001 From: Julie Tibshirani Date: Thu, 10 May 2018 11:14:56 -0700 Subject: [PATCH] Mute two tests from SmokeTestWatcherWithSecurityClientYamlTestSuiteIT. These tests are both in the file `watcher/stats/10_basic`, and have been failing fairly frequently over the last month with a start-up issue. The issue is being tracked in #30298. --- .../rest-api-spec/test/watcher/stats/10_basic.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 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 6fa66667e2641..554e339687ba4 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,13 +1,17 @@ --- "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"