skip flaky suite (#78373)

(cherry picked from commit c02e42ad01)
This commit is contained in:
spalger 2020-09-23 23:35:45 -07:00
parent c9ed48d5f6
commit 20111ddb1f

View file

@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }) {
const esArchiver = getService('esArchiver');
const retry = getService('retry');
describe('doc link in discover', function contextSize() {
// FLAKY: https://github.com/elastic/kibana/issues/78373
describe.skip('doc link in discover', function contextSize() {
beforeEach(async function () {
log.debug('load kibana index with default index pattern');
await esArchiver.loadIfNeeded('discover');