Skip to content

Commit

Permalink
skip flaky suite (#82915)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Nov 8, 2020
1 parent 167a4b6 commit c77de15
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 test', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/82915
describe.skip('discover test', function describeIndexTests() {
before(async function () {
log.debug('load kibana index with default index pattern');
await esArchiver.load('discover');
Expand Down

0 comments on commit c77de15

Please sign in to comment.