mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip ES snapshot failing suite (#82206)
This commit is contained in:
parent
bb51156c5c
commit
bb2e4c6ab5
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
|
||||
// https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html
|
||||
|
||||
describe('Shakespeare', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/82206
|
||||
describe.skip('Shakespeare', function describeIndexTests() {
|
||||
// index starts on the first "count" metric at 1
|
||||
// Each new metric or aggregation added to a visualization gets the next index.
|
||||
// So to modify a metric or aggregation tests need to keep track of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue