skip flaky suite (#82915)

This commit is contained in:
Brian Seeders 2020-11-08 15:54:22 -05:00
parent 167a4b6665
commit c77de1561b

View file

@ -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');