Skip to content

Commit

Permalink
skip flaky suite (elastic#82915)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Nov 8, 2020
1 parent fb3d012 commit 566758c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_discover.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }) {
defaultIndex: 'logstash-*',
};

describe('discover app', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/82915
describe.skip('discover app', function describeIndexTests() {
before(async function () {
// delete .kibana index and update configDoc
await kibanaServer.uiSettings.replace(defaultSettings);
Expand Down

0 comments on commit 566758c

Please sign in to comment.