Skip to content

Commit

Permalink
Skip ES snapshot failing suite (#82206)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 30, 2020
1 parent bb51156 commit bb2e4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/getting_started/_shakespeare.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb2e4c6

Please sign in to comment.