Skip to content

Commit

Permalink
Mute two tests from SmokeTestWatcherWithSecurityClientYamlTestSuiteIT.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jtibshirani committed May 10, 2018
1 parent 2a7ac21 commit 0afd15a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0afd15a

Please sign in to comment.