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.
This commit is contained in:
Julie Tibshirani 2018-05-10 11:14:56 -07:00
parent 1112fac206
commit 66ef5550ce
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,17 @@
--- ---
"Test watcher stats output": "Test watcher stats output":
- skip:
version: "all"
reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30298"
- do: {xpack.watcher.stats: {}} - do: {xpack.watcher.stats: {}}
- match: { "manually_stopped": false } - match: { "manually_stopped": false }
- match: { "stats.0.watcher_state": "started" } - match: { "stats.0.watcher_state": "started" }
--- ---
"Test watcher stats supports emit_stacktraces parameter": "Test watcher stats supports emit_stacktraces parameter":
- skip:
version: "all"
reason: "@AwaitsFix: https://github.com/elastic/elasticsearch/issues/30298"
- do: - do:
xpack.watcher.stats: xpack.watcher.stats:
metric: "all" metric: "all"